Map of supported client events to their callback signatures

interface NpmClientEvents {
    request: (event: RequestEvent) => void;
}

Properties

Properties

request: (event: RequestEvent) => void