13 lines
No EOL
217 B
JavaScript
13 lines
No EOL
217 B
JavaScript
'use strict'
|
|
|
|
const binding = process.atomBinding('net')
|
|
const {URLRequest} = binding
|
|
|
|
// Public API.
|
|
Object.defineProperties(exports, {
|
|
URLRequest: {
|
|
enumerable: true,
|
|
value: URLRequest
|
|
}
|
|
})
|
|
|