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
1
204f001c5d
electron
/
lib
/
common
/
api
/
native-image.ts
4 lines
94 B
TypeScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
const
{
nativeImage
}
=
process
.
electronBinding
(
'native_image'
)
;
refactor: implement clipboard APIs without the remote module (#17200)
2019-03-16 00:32:04 +00:00
chore: tsify more of lib (#23721) * chore: tsify more of lib * Update lib/browser/api/session.ts Co-authored-by: Jeremy Apthorp <jeremya@chromium.org> Co-authored-by: Jeremy Apthorp <jeremya@chromium.org>
2020-05-22 19:46:22 +00:00
export
default
nativeImage
;
Reference in a new issue
Copy permalink