We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7646898 commit 1ccb7f3Copy full SHA for 1ccb7f3
1 file changed
src/worker.js
@@ -5,7 +5,7 @@
5
6
importScripts('https://unpkg.com/acorn@7.0.0/dist/acorn.js');
7
importScripts('https://unpkg.com/nearley@2.16.0/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