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 63b7486 commit e0bea42Copy full SHA for e0bea42
bench/bench-dom-bindings.js
@@ -1,5 +1,5 @@
1
sourceMap.SourceMapConsumer.initialize({
2
- "lib/mappings.wasm": "../lib/mappings.wasm",
+ "lib/mappings.wasm": "../lib/mappings.wasm?bust_cache=" + String(Math.random()).replace(/0\./, ""),
3
});
4
5
function bindRange(labelId, updater) {
0 commit comments