tgvashworth / ServiceWorker-Polyfill

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

Implement timeout for failing fetch events #8

Open ahume opened 10 years ago

ahume commented 10 years ago

ie, if promise is rejected or never fulfilled.

Eg, cache miss, and respondWith not called.