You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code var XFoo = document.registerElement("x-foo"); raises the error Options missing required prototype property. I think this shouldn't happen because the options are optional and if it is omitted the prototype should default to HTMLElement.
The text was updated successfully, but these errors were encountered:
This code
var XFoo = document.registerElement("x-foo");
raises the error Options missing required prototype property. I think this shouldn't happen because the options are optional and if it is omitted the prototype should default toHTMLElement
.The text was updated successfully, but these errors were encountered: