Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/taskgraph
/
.
/
WebIDL
/
valid
/
idl
/
array.widl
blob: 9252069ebefc15f31b4b5c4cc20fefbaad54ad0a [
file
] [
log
] [
blame
] [
edit
]
// Extracted from http://dev.w3.org/2006/webapi/WebIDL/ on 2011-05-06
[
Constructor
]
interface
LotteryResults
{
readonly
attribute
FrozenArray
<
FrozenArray
<
unsigned
short
>>
numbers
;
};