Skip to content
New issue

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

HTMLDocument.registerElement is deprecated. #2807

Open
Rotkip opened this issue Oct 6, 2024 · 0 comments
Open

HTMLDocument.registerElement is deprecated. #2807

Rotkip opened this issue Oct 6, 2024 · 0 comments

Comments

@Rotkip
Copy link

Rotkip commented Oct 6, 2024

Use customElements.define instead of document.registerElement see https://javascript.info/custom-elements

HTMLDocument.registerElement (file:///Applications/Pulsar.app/Contents/Resources/app.asar/static/index.js:100:12)
f (/Users/victorvanlent/.pulsar/packages/script/node_modules/atom-space-pen-views-plus/lib/main.js:26:87233)
e.openTag (/Users/victorvanlent/.pulsar/packages/script/node_modules/atom-space-pen-views-plus/lib/main.js:26:91114)
e.tag (/Users/victorvanlent/.pulsar/packages/script/node_modules/atom-space-pen-views-plus/lib/main.js:26:90760)
Function.div (/Users/victorvanlent/.pulsar/packages/script/node_modules/atom-space-pen-views-plus/lib/main.js:26:88521)
Function.content (/Users/victorvanlent/.pulsar/packages/script/lib/header-view.js:10:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant