Skip to content

ElectronWebContents.removeWorkSpace method

ElectronWebContents › removeWorkSpace

Unofficial

Removes the specified path from the DevTools workspace.

Signature:

removeWorkSpace(path: string): void

Parameters:

ParameterTypeDescription
pathstringThe path to remove.

Returns: void