Options
All
  • Public
  • Public/Protected
  • All
Menu

DOM effects used by RNode web client

  • HTTP fetch for communication
  • current time for deploy timestamp

Hierarchy

  • DOMEffects

Index

Properties

Properties

fetch

fetch: (input: RequestInfo, init?: RequestInit) => Promise<Response>

Type declaration

    • (input: RequestInfo, init?: RequestInit): Promise<Response>
    • Parameters

      • input: RequestInfo
      • Optional init: RequestInit

      Returns Promise<Response>

now

now: () => number

Type declaration

    • (): number
    • Returns number

Generated using TypeDoc