tgvashworth / ServiceWorker-Polyfill

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

Can go to network twice #6

Closed tgvashworth closed 10 years ago

tgvashworth commented 10 years ago

The implementation currently will auto-fall back to the network. It shouldn't – network access through the worker should be explicit once respondWith has been called.