Creates a bridge transport bound to the given VS Code webview API handle.
The transport installs a single message listener on window that
correlates incoming response envelopes to outstanding requests by ID, and
returns a typed request function plus a dispose method that detaches
the listener.
Creates a bridge transport bound to the given VS Code webview API handle.
The transport installs a single
messagelistener onwindowthat correlates incoming response envelopes to outstanding requests by ID, and returns a typedrequestfunction plus adisposemethod that detaches the listener.