cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
170 stars 29 forks source link

Update jstree (document.registerElement deprecated) #164

Closed cxw42 closed 5 years ago

cxw42 commented 5 years ago

document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.

See vakata/jstree#2165

Edit As of 2019-03-19:

V0 ... will be removed in M75, around, Jun 2019.