Service Worker support #3711
jimmywarting
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to run less.js inside of a service worker...
By the looks of the source it seems that you are using god old XMLHttpRequest to fetch resources...
fetch
instead? if so then i suppose we could also drop this hole sync support?It also seems as if you use LocalStorage to cache files...
Beta Was this translation helpful? Give feedback.
All reactions