summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/agentkeepalive/browser.js
blob: 29c9398aa567f91f0642fb8e38dd77c4f809d742 (plain)
1
2
3
4
5
module.exports = noop;
module.exports.HttpsAgent = noop;

// Noop function for browser since native api's don't use agents.
function noop () {}