* refactor(protocol): extract file stream factory Increase readability by moving the file stream creation logic out of the `uploadData` to request body conversion function. * fix: properly flatten streams in `protocol.handle()` Refs: electron/electron#39658 * fix: `protocol.handle()` filter null origin header Refs: electron/electron#40754 * fix: remove obsolete TODO comment Refs: electron/electron#38929 * fix: forward `Blob` parts in `protocol.handle()` Refs: electron/electron#40826 * fix: explicitly error out on unknown chunk parts |
||
|---|---|---|
| .. | ||
| browser | ||
| common | ||
| isolated_renderer | ||
| node | ||
| renderer | ||
| sandboxed_renderer | ||
| utility | ||
| worker | ||