source:
trip-planner-front/node_modules/agentkeepalive/browser.js@
76712b2
Last change on this file since 76712b2 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.