We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f21013 commit 8c60a07Copy full SHA for 8c60a07
packages/devtools_app/web/flutter_bootstrap.js
@@ -86,7 +86,8 @@ async function shouldUseSkwasm() {
86
// be loaded with the skwasm renderer.
87
//
88
// 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.
+// in the wrong place. We fix this in the Dart mapLegacyUrl function. Details:
90
+// https://github.com/flutter/devtools/issues/9612
91
function updateWasmQueryParameter(useSkwasm) {
92
const url = new URL(window.location.href);
93
if (useSkwasm) {
0 commit comments