WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
256452
Implement removeDataOfTypes to WKWebsiteDataStore
https://bugs.webkit.org/show_bug.cgi?id=256452
Summary
Implement removeDataOfTypes to WKWebsiteDataStore
Kenji Shukuwa
Reported
2023-05-08 02:26:12 PDT
Currently, if you want to delete data in the WebsiteDataStore, you have to provide separate WK APIs for each type. For this reason, the number of APIs increases as the number of types increases, which is inefficient. On the other hand, the Cocoa port allows you to remove any data with only the removeDataOfTypes function. This is so useful that we create a similar function in WKWebsiteDataStore. Related bugs:
https://github.com/WebKit/WebKit/pull/6200#discussion_r1015767535
https://github.com/WebKit/WebKit/pull/12404#pullrequestreview-1375358900
Attachments
Add attachment
proposed patch, testcase, etc.
Kenji Shukuwa
Comment 1
2023-05-08 15:41:06 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/13605
Radar WebKit Bug Importer
Comment 2
2023-05-15 02:27:19 PDT
<
rdar://problem/109344588
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug