Difference between document.getSelection () and window.getSelection ()

1 answer

The error message "The deprecated method document.getSelection () is called. Use window.getSelection () instead." in Firefox, which means document.getSelection () is an obsolete method.

+6
source

All Articles