Bug 178723
Summary: | Removing html5 audio tag keeps downloading resource | ||
---|---|---|---|
Product: | WebKit | Reporter: | Istvan Szimon <poci> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | eric.carlson, herr.ernst, jeremyj-wk, jer.noble, jonlee, poci, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 11 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 11 |
Istvan Szimon
When i try to change audio src tag with javascript, the previously set value keeps downloading in the browser. After 5 changes we have 5 parallel downloads in the background, thus preventing the switch.
This is a huge issue for audio streams.
Does not happen on iOS10.
Tested with: iPhone 6 and 6S, iOS 11.0.3 with macOS high sierra debug console.
Can be tested: http://jsbin.com/verafojive : network tab clearly shows that iPhone keeps downloading the previous sources.
Thanks for any quick fixes too.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/35198326>
Istvan Szimon
Example uploaded to JSFiddle, just in case
Istvan Szimon
https://jsfiddle.net/vL63u2sw/
Jon Lee
This should be fixed now.