🔤 Text selection
09 Jun, 2023
👋 FYI, this note is over 6 months old. Some of the content may be out of date.
const selection = window.getSelection()
const selectedText = selection.toString()
← Back home