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 4d2e3e5 commit e0f8a8eCopy full SHA for e0f8a8e
App/actions/index.js
@@ -1,6 +1,6 @@
1
import * as types from '../constants/ActionTypes';
2
3
-const obfuscationWorker = new Worker('../workers/obfuscation-worker.js');
+const obfuscationWorker = new Worker('../workers/obfuscation-worker.js?v=' + new Date().getTime());
4
5
export const updateCode = (code) => ({
6
'type': types.UPDATE_CODE,
0 commit comments