You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the MDN reference docs [0] Element.replaceChildren() is supported with Safari >= 14.
When run with Safari 13, the eslint compat plugin should output an error like:
Element.replaceChildren() is not supported in Safari 13
According to the MDN reference docs [0]
Element.replaceChildren()
is supported with Safari >= 14.When run with Safari 13, the eslint compat plugin should output an error like:
whereas it doesn't output an error message.
[0] https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren
The text was updated successfully, but these errors were encountered: