Variable URL

URL: { prototype: URL; createObjectURL: any; revokeObjectURL: any }

Type declaration

  • prototype: URL
  • createObjectURL:function
    • Not implemented yet

      Parameters

      • obj: Blob

      Returns string

  • revokeObjectURL:function
    • Not implemented yet

      Parameters

      • url: string

      Returns void

Generated using TypeDoc