This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
test-patch-lf
electron
/
lib
/
browser
/
api
/
tray.ts
4 lines
88 B
TypeScript
Raw
Permalink
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-22 21:32:45 -06:00
const
{
Tray
}
=
process
.
_linkedBinding
(
'electron_browser_tray'
)
;
Convert all source files to JavaScript
2016-01-11 19:40:23 -07: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 13:46:22 -06:00
export
default
Tray
;