Browser extension testing #1
Pinned
guest271314
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To open the Isolated Web App window programmatically from a browser extension page
To set the Isolated Web App
window
to the first tab in the currentwindow
Note, it is possible to open the Isolated Web App programmtically from a browser extension page, then move the Isolated
window
to the currentwindow
as a tab; and we can also include browser extension code in the signed Web Bundle that establishes a connection to an extension for message passing between the extension andthe Isolated Web App, and between an arbitrary Web page and the extension, for the ability to control theTCPSocket
instance from any Web page and stream data to and from theTCPSocket
writable
andreadable
sides, respectively.Beta Was this translation helpful? Give feedback.
All reactions