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

Open
woofdunlap opened this issue Jan 6, 2023 · 1 comment
Open

HTMLDocument.registerElement is deprecated. #235

woofdunlap opened this issue Jan 6, 2023 · 1 comment

Comments

@woofdunlap
Copy link

woofdunlap commented Jan 6, 2023

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:99:12)
Object.<anonymous> (/Users/woofdunlap/.pulsar/packages/ex-mode/lib/ex-normal-mode-input-element.coffee:98:29)
Object.<anonymous> (/Users/woofdunlap/.pulsar/packages/ex-mode/lib/ex-normal-mode-input-element.coffee:103:4)
Object.<anonymous> (/Users/woofdunlap/.pulsar/packages/ex-mode/lib/ex-normal-mode-input-element.coffee:107:3)
Module._compile (/Applications/Pulsar.app/Contents/Resources/app.asar/src/native-compile-cache.js:120:30)
Object..coffee (/Applications/Pulsar.app/Contents/Resources/app.asar/src/compile-cache.js:252:23)
@michael-lehn
Copy link

michael-lehn commented Mar 17, 2024

This is cause by ex-mode version 0.18.0 Would be great if this gets fix. Because it is a great feature!

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

2 participants