URL: { prototype: URL; createObjectURL(obj) => string; revokeObjectURL(url) => void; new (url,
base?): URL; }
Type declaration
-
- new (url, base?): URL
-
Parameters
-
url: string | URL
-
Optional
base: string | URL
Returns URL
-
prototype: URL
-
createObjectURL:function
- createObjectURL(obj): string
-
Returns string
-
revokeObjectURL:function
- revokeObjectURL(url): void
-
Returns void
MDN Reference