| Index: Source/modules/serviceworkers/polyfills/cachePolyfill.js
|
| diff --git a/Source/modules/serviceworkers/polyfills/cachePolyfill.js b/Source/modules/serviceworkers/polyfills/cachePolyfill.js
|
| index a862886b300b263e07552ac9062c9041056cb76d..294db0f2ac377b560fe54c1c7073a0ed8cb132d9 100644
|
| --- a/Source/modules/serviceworkers/polyfills/cachePolyfill.js
|
| +++ b/Source/modules/serviceworkers/polyfills/cachePolyfill.js
|
| @@ -5,11 +5,10 @@
|
| // A simple, incomplete implementation of the Cache API, intended to facilitate
|
| // end to end serviceworker testing.
|
|
|
| -// See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache
|
| +// See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects
|
|
|
| // FIXME: Support AbstractResponse/OpaqueResponse correctly.
|
| // FIXME: Serialize the cache.
|
| -// FIXME: Implement CacheStorage API.
|
| // FIXME: Bind all function references.
|
| (function(global) {
|
| var _castToRequest = function(item) {
|
|
|