Open
Bug 1646265
Opened 5 years ago
Updated 5 years ago
download speed very slow if blob size greater than 1MB
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: yrj0103, Unassigned)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36
Steps to reproduce:
- Create a blob from an array of Uint8Array (length of array is greater than 100000)
- Use URL.createObjectURL(blob) to create URL
- Use HTMLAnchorElement to download the URL
see sample.png
Actual results:
Download speed is very slow after 1MB
Expected results:
Complete download immediately
However, if I concat those Uint8Array to one Uint8Array before creating Blob, it would complete immediately as I expected.
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → Graphics: WebRender
Product: Firefox → Core
Updated•5 years ago
|
Component: Graphics: WebRender → DOM: Core & HTML
Comment 2•5 years ago
|
||
Reporter, could you perhaps attach a minimal testcase using 'Attach new file'?
Flags: needinfo?(yrj0103)
Comment 4•5 years ago
|
||
I see a bit of a wait, but maybe I'm using a computer that's too fast.
Severity: -- → S4
Comment 6•5 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•