mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: preliminary support for //extensions (#17440)
This commit is contained in:
committed by
Jeremy Apthorp
parent
bd526f97a5
commit
95977291f7
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
@@ -10,6 +10,7 @@ declare namespace NodeJS {
|
||||
isViewApiEnabled(): boolean;
|
||||
isTtsEnabled(): boolean;
|
||||
isPrintingEnabled(): boolean;
|
||||
isExtensionsEnabled(): boolean;
|
||||
isComponentBuild(): boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user