* Gets a handle to a wasm worker for the given session.
(cdp: Cdp.Api)
| 39 | * Gets a handle to a wasm worker for the given session. |
| 40 | */ |
| 41 | spawn(cdp: Cdp.Api): Promise<IWasmWorkerExt | null>; |
| 42 | |
| 43 | /** |
| 44 | * Corresponds to {@link IDwarfModuleProvider.prompt} |
no outgoing calls
no test coverage detected