Получить выделенный текст

const getSelectedText = () => window.getSelection().toString();
getSelectedText(); // 'Lorem ipsum'
Браузер JavaScript