mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This allows audio elements in headless mode to advance their ready states past HAVE_CURRENT_DATA.
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
loadstart: readyState=0
|
|
durationchange: readyState=4 duration=12.0675
|
|
loadedmetadata: readyState=4
|
|
loadeddata: readyState=4
|
|
canplay: readyState=4
|
|
canplaythrough: readyState=4
|
|
seeking: readyState=4
|
|
seeked: readyState=4
|