electron/atom/browser/api/lib/protocol.coffee

7 lines
195 B
CoffeeScript
Raw Normal View History

app = require 'app'
throw new Error('Can not initialize protocol module before app is ready') unless app.isReady()
2014-04-21 08:33:32 +00:00
protocol = process.atomBinding('protocol').protocol
2015-05-29 15:54:00 +00:00
2013-08-29 12:38:04 +00:00
module.exports = protocol