* feat: preload scripts for service workers * feat: service worker IPC * test: service worker preload scripts and ipc
540 B
540 B
IpcMainInvokeEvent Object extends Event
typeString - Possible values includeframeprocessIdInteger - The internal ID of the renderer process that sent this messageframeIdInteger - The ID of the renderer frame that sent this messagesenderWebContents - Returns thewebContentsthat sent the messagesenderFrameWebFrameMain | null Readonly - The frame that sent this message. May benullif accessed after the frame has either navigated or been destroyed.