Pro@programming.dev to Programming@programming.devEnglish · 2 天前Cursed knowledge we have learned as a result of building Immich that we wish we never knew.immich.appexternal-linkmessage-square47fedilinkarrow-up1128arrow-down13
arrow-up1125arrow-down1external-linkCursed knowledge we have learned as a result of building Immich that we wish we never knew.immich.appPro@programming.dev to Programming@programming.devEnglish · 2 天前message-square47fedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up6·7 小时前I don’t. You can’t even copy to the clipboard in an insecure context. Except… You can! You just have to use the old deprecated and ridiculously awkward execCommand method. If that’s so insecure why do all browser’s still support it?
I don’t. You can’t even copy to the clipboard in an insecure context.
Except… You can! You just have to use the old deprecated and ridiculously awkward
execCommand
method.If that’s so insecure why do all browser’s still support it?