Welcome to mirror list, hosted at ThFree Co, Russian Federation.

browser.js « agentkeepalive « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 () {}