browser.js |
|
0 |
internals |
|
|
shell.js |
|
0 |
Symbol.iterator.js |
---
esid: sec-@@iterator
description: Module namespace objects lack a Symbol.iterator property.
flags: [module]
features: [Symbol.iterator]
--- |
449 |
Symbol.toStringTag.js |
---
es6id: 26.3.1
esid: sec-@@tostringtag
description: >
`Symbol.toStringTag` property descriptor
info: |
The initial value of the @@toStringTag property is the String value
"Module".
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: false }.
flags: [module]
features: [Symbol.toStringTag]
--- |
1181 |