Skip to content

Commit

Permalink
Bust the cache for the benchmark's wasm blob, since Chrome is very ag…
Browse files Browse the repository at this point in the history
…gressive with its caching
  • Loading branch information
fitzgen committed Feb 23, 2018
1 parent 63b7486 commit e0bea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/bench-dom-bindings.js
@@ -1,5 +1,5 @@
sourceMap.SourceMapConsumer.initialize({
"lib/mappings.wasm": "../lib/mappings.wasm",
"lib/mappings.wasm": "../lib/mappings.wasm?bust_cache=" + String(Math.random()).replace(/0\./, ""),
});

function bindRange(labelId, updater) {
Expand Down

0 comments on commit e0bea42

Please sign in to comment.