Skip to content

Commit 8c60a07

Browse files
committed
Add note to flutter_bootstrap as well
1 parent 1f21013 commit 8c60a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devtools_app/web/flutter_bootstrap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ async function shouldUseSkwasm() {
8686
// be loaded with the skwasm renderer.
8787
//
8888
// Note: In the case of the legacy-formatted URL, this adds the query parameter
89-
// in the wrong place. We fix this in the Dart mapLegacyUrl function.
89+
// in the wrong place. We fix this in the Dart mapLegacyUrl function. Details:
90+
// https://github.com/flutter/devtools/issues/9612
9091
function updateWasmQueryParameter(useSkwasm) {
9192
const url = new URL(window.location.href);
9293
if (useSkwasm) {

0 commit comments

Comments
 (0)