-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.bugSomething isn't workingSomething isn't workingdart2wasmide-integrationide: vs-code
Description
This is not consistently reproducible, but happens occasionally.
Repro steps (that may work):
- Switch to the latest flutter main channel
- Open DevTools to turn on the experimental wasm setting. Run
dart devtools, open the settings menu, and enable wasm. This setting will persist for you. - Close DevTools.
- Open a Flutter project in VS code (ensure you have the latest VS code)
- Open the Flutter VS code Sidebar
flutter_bootstrap.js:121 Attempting to load DevTools with skwasm renderer.
skwasm.js:33 Uncaught (in promise) DataCloneError: Failed to execute 'postMessage' on 'Worker': SharedArrayBuffer transfer requires self.crossOriginIsolated.
at skwasm.js:33:213
at new Promise (<anonymous>)
at Xe (skwasm.js:32:11)
at Array.map (<anonymous>)
at hf (skwasm.js:33:290)
at skwasm.js:30:360
at skwasm.js:34:25
at Array.forEach (<anonymous>)
at nf (skwasm.js:34:14)
at zg (skwasm.js:148:184)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.bugSomething isn't workingSomething isn't workingdart2wasmide-integrationide: vs-code