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
1
Wiki
Activity
Actions
8d0a612265
electron
/
lib
/
browser
/
api
/
view.js
6 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 13:28:31 -07:00
'use strict'
;
feat: add View API
2018-05-07 14:52:25 +09:00
build: enable JS semicolons (#22783)
2020-03-20 13:28:31 -07:00
const
{
View
}
=
process
.
electronBinding
(
'view'
)
;
feat: add View API
2018-05-07 14:52:25 +09:00
build: enable JS semicolons (#22783)
2020-03-20 13:28:31 -07:00
module
.
exports
=
View
;
Reference in a new issue
Copy permalink