tgvashworth / ServiceWorker-Polyfill

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

Unchanged workers are being executed on each navigate #32

Closed ahume closed 10 years ago

ahume commented 10 years ago

Ordering problem between when the worker is initially executed and the check for whether there is any byte change to the worker file.

ie, any importScript requests are made again, etc...

ahume commented 10 years ago

Fixed in 330b316