Skip to main content

Module bridge

Module bridge 

Source

Structs§

CompositeBridge
Compose multiple bridges into one.
EmptyBridge
A bridge that provides no APIs. Useful for testing the core sandbox in isolation — scripts execute but all API calls throw.
HookedBridge
A bridge wrapped with hooks for interception.

Traits§

Bridge
The bridge interface between JavaScript and the host.
Hook
Hook for intercepting and modifying bridge calls.