Searched refs:clipboardHasTypesAsync (Results 1 – 3 of 3) sorted by relevance
122 return await clipboardHasTypesAsync(['text/plain', 'text/html']);169 return await clipboardHasTypesAsync(['image/png', 'image/jpeg']);180 async function clipboardHasTypesAsync(types: string[]): Promise<boolean> { function
105 return await clipboardHasTypesAsync(['text/plain', 'text/html']);150 return await clipboardHasTypesAsync(['image/png', 'image/jpeg']);160 async function clipboardHasTypesAsync(types) { function
1 …clipboardHasTypesAsync(['text/plain', 'text/html']);\n },\n async getImageAsync(_options: GetIma…