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
354ea00f17
electron
/
lib
/
browser
/
api
/
tray.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
{
Tray
}
=
process
.
_linkedBinding
(
'electron_browser_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