Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RTCStatsReport

Package version

Hierarchy

Index

Properties

size

size: number

Methods

[Symbol.iterator]

  • Returns an iterable of entries in the map.

    Returns IterableIterator<[string, any]>

entries

  • Returns an iterable of key, value pairs for every entry in the map.

    Returns IterableIterator<[string, any]>

forEach

  • forEach(callbackfn: (value: any, key: string, parent: RTCStatsReport) => void, thisArg?: any): void
  • Parameters

    • callbackfn: (value: any, key: string, parent: RTCStatsReport) => void
    • Optional thisArg: any

    Returns void

get

  • get(key: string): any | undefined
  • Parameters

    • key: string

    Returns any | undefined

has

  • has(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

keys

  • Returns an iterable of keys in the map

    Returns IterableIterator<string>

values

  • Returns an iterable of values in the map

    Returns IterableIterator<any>

Generated using TypeDoc