The URL interface represents an object providing static methods used for creating object URLs.
The URL interface represents an object providing static methods used for creating object URLs.
createObjectURL(blob: Blob): string
revokeObjectURL(url: string): void