We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7646898 commit 1ccb7f3Copy full SHA for 1ccb7f3
src/worker.js
@@ -5,7 +5,7 @@
5
6
importScripts('https://unpkg.com/[email protected]/dist/acorn.js');
7
importScripts('https://unpkg.com/[email protected]/lib/nearley.js');
8
-importScripts('https://engine262.js.org/engine262/engine262.js');
+importScripts(`https://engine262.js.org/engine262/engine262.js?_=${Date.now()}`);
9
10
const {
11
initializeAgent,
0 commit comments