- Preparing search index...
- The search index is not available
bun-types
URL
: { prototype
: URL; createObjectURL
: any; revokeObjectURL
: any }
Type declaration
-
prototype: URL
-
createObjectURL:function
- createObjectURL(obj: Blob): string
-
Returns string
-
revokeObjectURL:function
- revokeObjectURL(url: string): void
-
Returns void
Not implemented yet