source:
trip-planner-front/node_modules/agentkeepalive/browser.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 144 bytes |
Line | |
---|---|
1 | module.exports = noop; |
2 | module.exports.HttpsAgent = noop; |
3 | |
4 | // Noop function for browser since native api's don't use agents. |
5 | function noop () {} |
Note:
See TracBrowser
for help on using the repository browser.