Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

can_watch

create_url_object

  • create_url_object(payload: Blob): { destroy: () => Promise<void>; url: string }
  • create_url_object(payload: Uint8Array, mime_type: string): { destroy: () => Promise<void>; url: string }
  • Returns a newly created URL object that the Browser can use for embeds, e.g. <img src="..." /> tags

    NOTE: This function is normally performed by an Adapter's backend if it can be represented

    Parameters

    • payload: Blob

    Returns { destroy: () => Promise<void>; url: string }

    • destroy: () => Promise<void>
        • (): Promise<void>
        • Returns Promise<void>

    • url: string
  • Parameters

    • payload: Uint8Array
    • mime_type: string

    Returns { destroy: () => Promise<void>; url: string }

    • destroy: () => Promise<void>
        • (): Promise<void>
        • Returns Promise<void>

    • url: string

filter_query

hook_watcher

Legend

  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc