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 f9ad0fd commit dea5b38Copy full SHA for dea5b38
tests/perf/index.html
@@ -24,6 +24,7 @@
24
var match = /[?&]version=([^&]+)/.exec(location.search);
25
var version = match ? match[1] : null;
26
var knownVersion = {
27
+ '4.0.0': true,
28
'3.2.0': true,
29
'3.1.1': true,
30
'3.1.0': true,
0 commit comments