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
4c77fe318d
electron
/
lib
/
browser
/
api
/
tray.ts
4 lines
72 B
TypeScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
const
{
Tray
}
=
process
.
electronBinding
(
'tray'
)
;
Convert all source files to JavaScript
2016-01-12 02:40:23 +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
Tray
;
Reference in a new issue
Copy permalink