mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Support unions that contain USVStrings.
This commit is contained in:
parent
a67eaa2d82
commit
7ccc5ad7da
3 changed files with 9 additions and 0 deletions
|
@ -89,6 +89,7 @@ interface TestBinding {
|
|||
attribute Blob interfaceAttribute;
|
||||
attribute (HTMLElement or long) unionAttribute;
|
||||
attribute (Event or DOMString) union2Attribute;
|
||||
attribute (Event or USVString) union3Attribute;
|
||||
readonly attribute Uint8ClampedArray arrayAttribute;
|
||||
attribute any anyAttribute;
|
||||
attribute object objectAttribute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue