1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/testing/web-platform/tests/WebIDL/valid/idl/variadic-operations.widl
T

7 lines
207 B
Plaintext

// Extracted from http://dev.w3.org/2006/webapi/WebIDL/ on 2011-05-06
interface IntegerSet {
readonly attribute unsigned long cardinality;
void union(long... ints);
void intersection(long... ints);
};