Skip to content

Commit

Permalink
fix: require URL from 'url' module
Browse files Browse the repository at this point in the history
closes #1808
  • Loading branch information
fengmk2 committed Apr 11, 2024
1 parent ddbff30 commit 3cc7f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/response.js
Expand Up @@ -19,6 +19,7 @@ const only = require('only');
const util = require('util');
const encodeUrl = require('encodeurl');
const Stream = require('stream');
const URL = require('url').URL;

/**
* Prototype.
Expand Down

0 comments on commit 3cc7f49

Please sign in to comment.