You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried forcing forceSync to be true but ran into other problems. All the modules are in one concatenated filed thanks to the typescript compilers "outfile" option. Any guidence of possible code changes to allow almond to be used as a service worker loader?
The text was updated successfully, but these errors were encountered:
I am wanting to develop modular service workers and I would like to continue using typescript and AMD modules to do it:
The above results in the following error:
The problem, I think, is the setTimout in following code in almond.js:
I tried forcing forceSync to be true but ran into other problems. All the modules are in one concatenated filed thanks to the typescript compilers "outfile" option. Any guidence of possible code changes to allow almond to be used as a service worker loader?
The text was updated successfully, but these errors were encountered: