172
edits
(→WebIDL) |
(→WebIDL) |
||
Line 48: | Line 48: | ||
readonly attribute unsigned long count; // total number of objects | readonly attribute unsigned long count; // total number of objects | ||
readonly attribute any[]? values; // Contains the current window of objects | readonly attribute any[]? values; // Contains the current window of objects | ||
readonly attribute chunkSize; | |||
}; | }; | ||
edits