Interface ClipboardItem
interface ClipboardItem {
presentationStyle: PresentationStyle;
types: readonly string[];
getType(type: string): Promise<Blob>;
}
presentationStyle: PresentationStyle;
types: readonly string[];
getType(type: string): Promise<Blob>;
}
Available only in secure contexts.
MDN Reference