• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
  • Web APIs
    • URL
interface URL

The URL interface represents an object providing static methods used for creating object URLs.

Properties

hash: string
host: string
hostname: string
href: string
readonly
origin: string
password: string
pathname: string
port: string
protocol: string
search: string
readonly
searchParams: URLSearchParams
username: string

Methods

toString(): string
toJSON(): string
variable URL

The URL interface represents an object providing static methods used for creating object URLs.

Properties

readonly
prototype: URL

Methods

canParse(
url: string | URL,
base?: string | URL,
): boolean
createObjectURL(blob: Blob): string
revokeObjectURL(url: string): void

Document Navigation

  • Properties
    • hash
    • host
    • hostname
    • href
    • origin
    • password
    • pathname
    • port
    • protocol
    • search
    • searchParams
    • username
  • Methods
    • toString
    • toJSON
  • Properties
    • prototype
  • Methods
    • canParse
    • createObjectURL
    • revokeObjectURL