You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to MDN, the argument to ClipboardItem, ClipboardItemData, can be either Blob, string, Promise<Blob> orPromise<string>, but the library types only include the last two.
Configuration Check
My compilation target is ES2018 and my lib is ["esnext", "dom"].