This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f114dcfd6e
electron
/
spec
/
fixtures
/
api
/
site-instance-overrides
/
preload.js
4 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
const
{
ipcRenderer
}
=
require
(
'electron'
)
;
feat: Add option to conditionally disable site instance patches (#18396) * chore: allow conditional disable of the site instance override patches at runtime * feat: add app.allowRendererProcessReuse property to allow runtime disable of site instance overrides spec: add tests for the new allowRendererProcessReuse property feat: add console warnings / errors for loading non context-aware native modules * Only error if the patch is disabled * Warn all the time, this will ship in Electron 7
2019-05-31 22:47:18 +00:00
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
ipcRenderer
.
send
(
'pid'
,
process
.
pid
)
;
Reference in a new issue
Copy permalink