I have created a minimal webview project repro which is enclosed. The problem occurs when a webview creates a webworker. This is a regression from a few months ago.
- Open the enclosed webview project in vscode
- npm install
- Hit f5
- Open webview in second instance
repro.zip
(it's the coding cat example project)
EXPECTED: coding cat shows numbers
ACTUAL: webview turns black and does nothing
Note that the webview creates an iframe to allow for the web-worker script to load in the vscode-resource context.
I have created a minimal webview project repro which is enclosed. The problem occurs when a webview creates a webworker. This is a regression from a few months ago.
repro.zip
(it's the coding cat example project)
EXPECTED: coding cat shows numbers
ACTUAL: webview turns black and does nothing
Note that the webview creates an iframe to allow for the web-worker script to load in the vscode-resource context.