HTMLDocument.registerElement is deprecated.

Open
#2,760 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
desktop

Research direction

Reproduce the warning in Atom 1.63.1 and trace the call from lib/header-view.js:48 through atom-space-pen-views-plus/lib/main.js. Check where the deprecated document.registerElement call is made and replace that registration path with the documented custom-elements API; done means the warning no longer appears when opening the script view.

Written by the indexing model from the issue text.

Description

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

HTMLDocument.registerElement (file:///C:/Users/SP/AppData/Local/atom/app-1.63.1/resources/app.asar/static/index.js:160:12)
f (C:\Users\SP\.atom\packages\script\node_modules\atom-space-pen-views-plus\lib\main.js:26:87233)
e.openTag (C:\Users\SP\.atom\packages\script\node_modules\atom-space-pen-views-plus\lib\main.js:26:91114)
e.tag (C:\Users\SP\.atom\packages\script\node_modules\atom-space-pen-views-plus\lib\main.js:26:90760)
Function.div (C:\Users\SP\.atom\packages\script\node_modules\atom-space-pen-views-plus\lib\main.js:26:88521)
Function.content (C:\Users\SP\.atom\packages\script\lib\header-view.js:48:19)
Dominant language
JavaScript
Stars
730
Forks
265
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from atom-community/atom-script

All issues in atom-community/atom-script

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.