Clipboard API Fails in TypeScript: The 4 Cases Nobody Documents and How I Found Them in reproducible example code
navigator.clipboard.writeText looks trivial until your app silently breaks in production with zero visible error. I found 4 cases the docs never mention: insecure context, lost focus, revoked permissions on iOS, and React timing. Here are the real patterns with copyable code.