DescriptionIDL dictionary: Throw a TypeError when an interface member conversion fails
The spec says that a type error should be thrown when a dictionary
member conversion for interface types fails[1]. We don't throw a type
error for null (even when the member is not nullable) because in our
implementation side, both null and undefined are treated as
"not specified".
[1] http://heycam.github.io/webidl/#es-interface
BUG=321462
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186747
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 7 (2 generated)
|