Skip to content

WIP: VSCE to work on Web

Administrator requested to merge bee/vsce-web into tjk/vsce-search-ui

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.

image

Currently not working correctly in Firefox.

Merge request reports

Loading