Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Namespaces

Interfaces

Variables

Variables

URL

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

Type declaration

  • prototype: URL
  • createObjectURL: function
    • createObjectURL(object: any): string
    • Parameters

      • object: any

      Returns string

  • revokeObjectURL: function
    • revokeObjectURL(url: string): void
    • Parameters

      • url: string

      Returns void

URLSearchParams

URLSearchParams: { prototype: URLSearchParams; toString: any }

Type declaration

  • prototype: URLSearchParams
  • toString: function
    • toString(): string
    • Returns string