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 dd0514a commit 9e09deaCopy full SHA for 9e09dea
frameworks/keyed/sycamore/index.html
@@ -5,8 +5,8 @@
5
<title>Maple</title>
6
<base href="bundled-dist/"></base>
7
<link href="/css/currentStyle.css" rel="stylesheet"/>
8
- <link rel="preload" href="./js-framework-benchmark-sycamore.js" />
9
- <link rel="preload" href="./js-framework-benchmark-sycamore_bg.wasm" />
+ <link rel="modulepreload" href="./js-framework-benchmark-sycamore.js" />
+ <link rel="preload" href="./js-framework-benchmark-sycamore_bg.wasm" as="fetch" type="application/wasm" crossorigin />
10
</head>
11
<body>
12
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
0 commit comments