electron/lib/browser/api/top-level-window.js

10 lines
272 B
JavaScript
Raw Normal View History

2018-04-17 07:29:16 +00:00
'use strict'
const {EventEmitter} = require('events')
const {TopLevelWindow} = process.atomBinding('top_level_window')
const v8Util = process.atomBinding('v8_util')
Object.setPrototypeOf(TopLevelWindow.prototype, EventEmitter.prototype)
module.exports = TopLevelWindow