mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
* Revert service worker usage of MessageChannel Reverts66b6adf035While I'm not 100% about this, I think66b6adf035causes 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