@usestoke/provider-browser
v0.1.3
Published
Expose workflow operations that open an HTTP or HTTPS URL on the current Stoke host.
Readme
@usestoke/provider-browser
Expose workflow operations that open an HTTP or HTTPS URL on the current Stoke host.
await providers.browser.open({
url: "https://example.com",
displayName: "Open development preview",
});The promise resolves after the current host acknowledges that it opened the URL.
