izuzak / atom-pdf-view

Support for viewing PDF files in Atom.
https://atom.io/packages/pdf-view
MIT License
106 stars 30 forks source link

HTMLDocument.registerElement is deprecated. #246

Open Amir19946 opened 1 year ago

Amir19946 commented 1 year ago

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

HTMLDocument.registerElement (file:///C:/Users/alhamoud/AppData/Local/atom/app-1.63.0/resources/app.asar/static/index.js:160:12)
registerElement (C:\Users\alhamoud\.atom\packages\git-plus\node_modules\space-pen\lib\space-pen.js:66:88)
Builder.openTag (C:\Users\alhamoud\.atom\packages\git-plus\node_modules\space-pen\lib\space-pen.js:297:27)
Builder.tag (C:\Users\alhamoud\.atom\packages\git-plus\node_modules\space-pen\lib\space-pen.js:274:12)
Function.div (C:\Users\alhamoud\.atom\packages\git-plus\node_modules\space-pen\lib\space-pen.js:83:49)
Function.content (C:\Users\alhamoud\.atom\packages\pdf-view\lib\pdf-status-bar-view.js:32:12)
clarkhedi commented 1 year ago

I have same issue.

hualin0123 commented 1 year ago

Same here

NGEBI commented 1 year ago

Me too!! Could you solve it ? If you could , would you share the information?

Amir19946 commented 1 year ago

unfortunately not. I have not solved it yet.

NGEBI commented 1 year ago

Noted with thanks. I try to solve it too.

valbert4 commented 1 year ago

ditto