Skip to main content
Version: Next

ResolvedRemoteEndpoint

The result of resolving a remote browser endpoint: the URL to connect to plus an optional opaque context object that is handed back to release.

Index

Properties

Properties

optionalcontext

context?: Record<string, unknown>

Opaque metadata passed back to release() — e.g. session IDs, API tokens.

url

url: string

The browser endpoint URL to connect to.

Page Options