ElectronWebContents.removeWorkSpace method
ElectronWebContents › removeWorkSpace
Unofficial
Removes the specified path from the DevTools workspace.Signature:
removeWorkSpace(path: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path to remove. |
Returns: void