WIP: VSCE to work on Web
Created by: abeatrix
Before this PR, VSCE is using the stream search endpoint which is not supported in Webview, as the polyfill for https does not support CORS.
Switching to the stream search API allows stream search to run on both web and node. Note: The http polyfill requires a dependency called stream-readable that requires additional polyfill for process and buffer for the extension to run the stream search API.
Currently not working correctly in Firefox.