Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/pointerattributes
/
.
/
WebIDL
/
valid
/
idl
/
setlike-entries.widl
blob: a8b7eed09d4d39d652adb5ab33c363b93f258f8c [
file
] [
edit
]
interface
EntriesA
{
readonly
setlike
<
DOMString
>;
static
void
entries
();
};
interface
EntriesB
{
readonly
setlike
<
DOMString
>;
static
readonly
attribute
long
entries
;
};