Variable URL

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
  • revokeObjectURL:function
    • Parameters

      • url: string

      Returns void