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
8970c80520
electron
/
lib
/
browser
/
api
/
view.ts
4 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: prevent consistent early exception (#24191) * refactor: prevent consistent early exception * Use _linkedBinding where possible * Remove dead electronBinding
2020-06-23 03:32:45 +00:00
const
{
View
}
=
process
.
_linkedBinding
(
'electron_browser_view'
)
;
feat: add View API
2018-05-07 05:52:25 +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
View
;
Reference in a new issue
Copy permalink