scala-js/scala-js-dom

Remove replaceWholeText()

tindzk opened this issue · 1 comments

As per MDN, Text.replaceWholeText() is deprecated and scheduled for removal. Some browsers already dropped support. I'd suggest to remove this function as well or at least add a deprecation warning. I could send in a PR.

sjrd commented

PR welcome. I'd say removal of some browsers don't support it.