We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use customElements.define instead of document.registerElement see https://javascript.info/custom-elements
customElements.define
document.registerElement
HTMLDocument.registerElement (file:///C:/Users/Ati/AppData/Local/atom/app-1.63.0/resources/app.asar/static/index.js:160:12) Object.<anonymous> (C:\Users\Ati\.atom\packages\tokamak-terminal\lib\status-icon.coffee:155:29) Object.<anonymous> (C:\Users\Ati\.atom\packages\tokamak-terminal\lib\status-icon.coffee:160:4) Object.<anonymous> (C:\Users\Ati\.atom\packages\tokamak-terminal\lib\status-icon.coffee:164:3) Module._compile (<embedded>:11:149913) Object..coffee (<embedded>:11:153507)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use
customElements.define
instead ofdocument.registerElement
see https://javascript.info/custom-elementsThe text was updated successfully, but these errors were encountered: