Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2022-09-02 11:00:51 +08:00
commit 64173440fc
8 changed files with 1209 additions and 615 deletions

View file

@ -11,7 +11,8 @@
* and create derivative works of this document.
*/
[Constructor(USVString url, optional EventSourceInit eventSourceInitDict)]
[Exposed=(Window,DedicatedWorker,SharedWorker),
Constructor(USVString url, optional EventSourceInit eventSourceInitDict)]
interface EventSource : EventTarget {
[Constant]
readonly attribute DOMString url;