Allow Ctrl and Shift select functions when deleting breakpoints so I can selective pick what I want to delete, before pressing the delete key. This allows me to be selective about what breakpoints I ...
const test = () => { const callback = () => {}; return navigator.clipboard .write([ new ClipboardItem({ 'text/plain': new Blob(['hi'], { type: 'text/plain ...