Skip to content

Copy text

ts
import { copy } from "@fast-china/utils";

await copy("Fast utilities");

uni-app uses setClipboardData. Browsers prefer the Clipboard API and fall back to the legacy browser copy capability when it is unavailable. Unsupported platforms and denied clipboard access throw errors.