NEW217753
Add tests for caching with service workers for App-Bound Domains
https://bugs.webkit.org/show_bug.cgi?id=217753
Summary Add tests for caching with service workers for App-Bound Domains
Kate Cheney
Reported 2020-10-15 07:24:45 PDT
We should add testing for using caching for Window and ServiceWorkerGlobalScope
Attachments
Patch (8.11 KB, patch)
2020-10-15 07:37 PDT, Kate Cheney
ews-feeder: commit-queue-
Radar WebKit Bug Importer
Comment 1 2020-10-15 07:25:12 PDT
Kate Cheney
Comment 2 2020-10-15 07:37:59 PDT
youenn fablet
Comment 3 2020-10-15 07:42:33 PDT
Comment on attachment 411440 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411440&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:1050 > + { "text/html", serviceWorkerGlobalScopeCacheStorageBytes } This is probably not what you want here. You probably want to register a service worker and within this service worker, verify that self.caches is present and functional.
Note You need to log in before you can comment on or make changes to this bug.