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. #56

Open
ghost opened this issue May 13, 2022 · 2 comments
Open

HTMLDocument.registerElement is deprecated. #56

ghost opened this issue May 13, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented May 13, 2022

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

HTMLDocument.registerElement (file:///usr/lib/atom/resources/app.asar/static/index.js:160:12)
registerElement (/home/panda/.atom/packages/recent-projects/node_modules/space-pen/lib/space-pen.js:66:88)
Builder.openTag (/home/panda/.atom/packages/recent-projects/node_modules/space-pen/lib/space-pen.js:297:27)
Builder.tag (/home/panda/.atom/packages/recent-projects/node_modules/space-pen/lib/space-pen.js:274:12)
Function.div (/home/panda/.atom/packages/recent-projects/node_modules/space-pen/lib/space-pen.js:83:49)
Function.content (/home/panda/.atom/packages/recent-projects/lib/recent-projects-view.js:526:16)
@GuilhemN
Copy link
Member

Thanks for the report!
As you can see, this repository has not been updated in a while, and I am no longer using Atom.

If you're interest in maintaining it I can give you write rights on this repository.

@ghost
Copy link
Author

ghost commented May 13, 2022

I really only posted this issue because it popped up in Atom and I thought others might want to know about it. But I figured this wasn't being maintained anymore and don't expect it to get fixed. I found another, similar plugin today that I'm trying instead, so I'll see how that goes before I consider contributing here...

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