-
@dotproto Nope. It’s also impossible to base64-encode the service worker script as a data URL, which works with regular web workers: codepen.io/adilsonjr/pen/bNoqdY/?css-preprocessor=scss. This is so you can’t shoot yourself in the foot and end up with a never-updating service worker. Always has to come from the server.