mooball
    Preparing search index...

    Class WindowLike

    These are objects/functions that directly affect the core functionalities. You should usually pass "window" here, because most of these objects reside there.

    Index

    Constructors

    Properties

    console: Console

    Object, used by Mooball. Browser's window object should have it.

    crypto: Crypto

    Object, used by Mooball. Browser's window object should have it.

    fetch: Function

    Function, used by Mooball for communication. Browser's window object should have it.

    JSON5: JSON5Like

    External library object required by Mooball.

    pako: object

    External library object required by Mooball.

    performance: Performance

    Object, used by Mooball. Browser's window object should have it.

    RTCIceCandidate: RTCIceCandidate

    Class, used by Mooball for communication. Browser's window object should have it.

    RTCPeerConnection: RTCPeerConnection

    Class, used by Mooball for communication. Browser's window object should have it.

    RTCSessionDescription: RTCSessionDescription

    Class, used by Mooball for communication. Browser's window object should have it.

    WebSocket: WebSocket

    Class, used by Mooball for communication. Browser's window object should have it.

    Methods

    • Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.cancelAnimationFrame.bind(window).

      Parameters

      • handle: number

      Returns void

    • Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.clearInterval.bind(window).

      Parameters

      • handle: number

      Returns void

    • Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.clearTimeout.bind(window).

      Parameters

      • handle: number

      Returns void

    • Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.requestAnimationFrame.bind(window).

      Parameters

      • callback: () => void
      • ...args: any[]

      Returns number

    • Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.setInterval.bind(window).

      Parameters

      • callback: () => void
      • Optionalms: number
      • ...args: any[]

      Returns number

    • Function, used by Mooball. Browser's window object should have it. If you are on a custom environment such as NW.js or Electron, use window.setTimeout.bind(window).

      Parameters

      • callback: () => void
      • Optionalms: number
      • ...args: any[]

      Returns number