Files
atom/static/index.js
sadick254 04d6338c70 Add document.registerElement polyfill
Atom is upgrading to use electron 11.4.7 however on that version
chromium has deprecated `document.registerElement`.

There are some community packages whose implementations depend on
`document.registerElement`. Therefore shipping without a polyfill will
break those packages.

As Atom maintainers we wouldn't want to introduce a change
that has the potential of breaking many packages.
2021-08-26 11:00:41 +03:00

7.6 KiB