Package-level declarations
Types
Link copied to clipboard
interface AllDomainsTarget : AuctionWorkletTarget, BrowserTarget, WorkerTarget, PageTarget, ServiceWorkerTarget, SharedStorageWorkletTarget, SharedWorkerTarget, WebContentsTarget, WorkletTarget
Represents a fictional (unsafe) target with access to all possible domain APIs in all targets.
Link copied to clipboard
interface AuctionWorkletTarget
Represents the available domain APIs in AuctionWorklet targets.
Link copied to clipboard
interface BrowserTarget
Represents the available domain APIs in Browser targets.
Link copied to clipboard
interface PageTarget
Represents the available domain APIs in Page targets.
Link copied to clipboard
interface ServiceWorkerTarget
Represents the available domain APIs in ServiceWorker targets.
Link copied to clipboard
interface SharedStorageWorkletTarget
Represents the available domain APIs in SharedStorageWorklet targets.
Link copied to clipboard
interface SharedWorkerTarget
Represents the available domain APIs in SharedWorker targets.
Link copied to clipboard
interface WebContentsTarget
Represents the available domain APIs in WebContents targets.
Link copied to clipboard
interface WorkerTarget
Represents the available domain APIs in Worker targets.
Link copied to clipboard
interface WorkletTarget
Represents the available domain APIs in Worklet targets.