Support port mapped iframes in iframe based webviews #75854
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
web
Issues related to running VSCode in the web
webview
Webview issues
Milestone
Problem
Webview port mapping lets extension serve up iframe content from remote resources:
If the extension is running remotely, then port 3000 referes to a port on the remote machine. In this case, we:
http://localhost:3000
http://localhost:3000
to the tunnelThis is all possible because electron gives us control over web requests inside of
<webview>
tags. However, as we move to iframe based webviews for the web, we need a new approachThe text was updated successfully, but these errors were encountered: