Closed
Bug 1461095
Opened 8 years ago
Closed 8 years ago
word-count custom element example doesn't work in Firefox 61
Categories
(Developer Documentation Graveyard :: API: DOM, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bruant.d, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: 61 Branch
Technical Contact:
:: Details
https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements
links to
https://mdn.github.io/web-components-examples/word-count-web-component/
When loaded, this page has an error in the console: ReferenceError: customElements is not defined - main.js:38:1
This makes that the example doesn't show the wordcount
I'm noticing this in Firefox dev edition 61, i haven't tested other versions
| Reporter | ||
Comment 1•8 years ago
|
||
...and it's all because i hadn't enabled the flags
sorry for the noise
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•