mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* Revert service worker usage of MessageChannel Reverts 66b6adf035722fe8b567f0c18c9402dbc1f0bfed While I'm not 100% about this, I think 66b6adf035722fe8b567f0c18c9402dbc1f0bfed causes resourses to occasionally not load. I believe this can happen if the service worker is unitilized while the webview remains active. I can't reproduce this myself so it may be related to memory pressure or resource usage, however relying on the service worker not being reinitilized does seem like a potentially bad idea https://stackoverflow.com/questions/34775105/what-causes-the-global-context-of-a-service-worker-to-be-reset Will investigate if there's another way to achive this since using MessagePort did clean up the code and slightly improve performance * Bump webview commit versions