You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[web-animations-1] Don't when an iterator returns null/undefined
This brings the spec's handling of dictionary objects into line with
WebIDL which has:
> If Type(V) is not Undefined, Null or Object, then throw
> a TypeError.[1]
[1] https://heycam.github.io/webidl/#es-dictionaryCloses#2533.
0 commit comments