| Index: Source/modules/serviceworkers/polyfills/cachePolyfill.js
|
| diff --git a/Source/modules/serviceworkers/polyfills/cachePolyfill.js b/Source/modules/serviceworkers/polyfills/cachePolyfill.js
|
| index 297af78c2793060f7e1e0dab6e0ae8a5a7c34e98..bf2f9245e3e9bf8c6a33a57f929142830ca1d438 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) {
|
|
|