lodewallet-xcode/static/js/worker-env.js

4 lines
229 B
JavaScript
Raw Permalink Normal View History

2023-01-19 19:08:25 +00:00
/* Loads additional files required by the service worker and modifies service worker environment */
delete WebAssembly; /* This deletion is here to force sodium.js to use its pure js implementation */
importScripts('sodium.js');