mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
🔧 Bonus ;
This commit is contained in:
@@ -115,7 +115,7 @@ class ClientRequest extends EventEmitter {
|
||||
if (typeof options === 'string') {
|
||||
options = url.parse(options)
|
||||
} else {
|
||||
options = Object.assign({}, options);
|
||||
options = Object.assign({}, options)
|
||||
}
|
||||
|
||||
const method = (options.method || 'GET').toUpperCase()
|
||||
|
||||
Reference in New Issue
Block a user