Merge pull request #5263 from yurydelendik/stream
Implement streaming using moz-chunk-arraybuffer
This commit is contained in:
commit
9c56c6f9f6
10 changed files with 282 additions and 85 deletions
|
@ -50,6 +50,12 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"disableStream": {
|
||||
"title": "Disable streaming for requests",
|
||||
"description": "Whether to disable streaming for requests (not recommended).",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"disableAutoFetch": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue