Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Runtime.BindingCalledEvent
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { BindingCalledEvent } = default.Runtime;

Notification is issued every time when binding is called.

Properties

name: string
payload: string
executionContextId: ExecutionContextId

Identifier of the context where the call was made.