ElectronWebContents.addWorkSpace method
ElectronWebContents › addWorkSpace
Unofficial
Adds the specified path to the DevTools workspace.Signature:
addWorkSpace(path: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path to add. |
Returns: void