mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: update linting deps (#24461)
This commit is contained in:
@@ -300,6 +300,10 @@ class ClientRequest extends Writable implements Electron.ClientRequest {
|
||||
this._redirectPolicy = redirectPolicy;
|
||||
}
|
||||
|
||||
get chunkedEncoding () {
|
||||
return this._chunkedEncoding || false;
|
||||
}
|
||||
|
||||
set chunkedEncoding (value: boolean) {
|
||||
if (this._started) {
|
||||
throw new Error('chunkedEncoding can only be set before the request is started');
|
||||
|
||||
Reference in New Issue
Block a user