una icon indicating copy to clipboard operation
una copied to clipboard

Get rid of deprecated browser API where possible

Open AlexTr opened this issue 2 years ago • 0 comments

  • [ ] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
  • [ ] Unattributable DOM Mutation Events, including DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, and DOMCharacterDataModified are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please use MutationObserver instead.

AlexTr avatar Sep 07 '23 19:09 AlexTr