RESOLVED FIXED 269181
TextTrack should be constructed with a ScriptExecutionContext rather than a Document
https://bugs.webkit.org/show_bug.cgi?id=269181
Summary TextTrack should be constructed with a ScriptExecutionContext rather than a D...
Jean-Yves Avenard [:jya]
Reported 2024-02-11 21:23:28 PST
TextTrack/AudioTrack/VideoTrack have to be usable in a DedicatedWorker (see https://github.com/w3c/media-source/issues/280) TextTrack's constructor requires a Document& ; we need to make it a ScriptExecutionScript.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-11 21:23:48 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-02-11 21:30:53 PST
EWS
Comment 3 2024-02-12 01:09:14 PST
Committed 274455@main (21b659583b5f): <https://commits.webkit.org/274455@main> Reviewed commits have been landed. Closing PR #24241 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.