MoePlayer/cPlayer

Element.createShadowRoot is deprecated

Closed this issue · 2 comments

[Deprecation] Element.createShadowRoot is deprecated and will be removed in M80, around February 2020. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 and https://developers.google.com/web/updates/2019/07/web-components-time-to-upgrade for more details.

I'm concerning with the caution shown in the console.
Please fix it, thanks.

By the way, the caution occurs on view.ts:86

I think simply replace createShadowRoot with attachShadow will work fine.

Fixed in 3.2.2, sorry :(