feat: add process.contextId used by @electron/remote (#28007)
This commit is contained in:
parent
54bc21929a
commit
485fa5bea9
6 changed files with 25 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
sandboxed: process.sandboxed,
|
||||
type: process.type,
|
||||
version: process.version,
|
||||
versions: process.versions
|
||||
versions: process.versions,
|
||||
contextId: process.contextId
|
||||
};
|
||||
}
|
||||
} else if (location.href !== 'about:blank') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue