tgvashworth / ServiceWorker-Polyfill

[DEPRECATED] JavaScript ServiceWorker implementation, enabling exploration by authors.
66 stars 7 forks source link

Intercept all requests + CrossOriginResponse #2

Open tgvashworth opened 10 years ago

tgvashworth commented 10 years ago

Currently the proxy setup/worker only tries to intercept requests to the local origin. According to the spec (although I can't find it now), all requests should be handled.