Skip to content

ElectronWebContents.removeWorkSpace method

ElectronWebContents › removeWorkSpace

Unofficial

Removes the specified path from the DevTools workspace.

Signature:

removeWorkSpace(path: string): void

Parameters:

Parameter Type Description
path string The path to remove.

Returns: void