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
Conversion of type '{ new (url: string | URL, base?: string | URL | undefined): URL; prototype: URL; createObjectURL(obj: Blob | MediaSource): string; revokeObjectURL(url: string): void; }' to type 'typeof URL' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'createObjectURL' are incompatible.
Type '(obj: Blob | MediaSource) => string' is not comparable to type '(blob: Blob) => string'.
Types of parameters 'obj' and 'blob' are incompatible.
Type 'Blob' is not comparable to type 'Blob | MediaSource'.
Property 'prototype' is missing in type 'import("buffer").Blob' but required in type 'Blob'.ts(2352)
URL
fromnode:url
is incompatible with web URLRelated #64
The text was updated successfully, but these errors were encountered: