Function
| Static Public Summary | ||
| public |
createLogger(src: *): {"debug": *, "log": *, "warn": *, "error": *, "groupCollapsed": *, "groupEnd": *} |
|
| public |
|
|
| public |
makeEta(options: *): {"start": *, "reset": *, "report": *, "estimate": *, "rate": *} |
|
| public |
observe(observableEntry: *): * |
|
| public |
once(eeOrEventTarget: *, type: *): * |
|
| public |
prettyBytes(number: *, options: *): * |
|
| public |
wait(observableEntry: *): * |
|
| public |
waitAll(waitEntriesFn: *): * |
|
Static Public
public createLogger(src: *): {"debug": *, "log": *, "warn": *, "error": *, "groupCollapsed": *, "groupEnd": *} source
import createLogger from 'rtc-engine/js/util/createLogger.js'Params:
| Name | Type | Attribute | Description |
| src | * |
Return:
| {"debug": *, "log": *, "warn": *, "error": *, "groupCollapsed": *, "groupEnd": *} |
public makeEta(options: *): {"start": *, "reset": *, "report": *, "estimate": *, "rate": *} source
import makeEta from 'rtc-engine/js/util/eta.js'Params:
| Name | Type | Attribute | Description |
| options | * |
Return:
| {"start": *, "reset": *, "report": *, "estimate": *, "rate": *} |
public observe(observableEntry: *): * source
import {observe} from 'rtc-engine/js/util/ObservableEntry.js'Params:
| Name | Type | Attribute | Description |
| observableEntry | * |
Return:
| * |
public once(eeOrEventTarget: *, type: *): * source
import once from 'rtc-engine/js/util/once.js'Params:
| Name | Type | Attribute | Description |
| eeOrEventTarget | * | ||
| type | * |
Return:
| * |
public prettyBytes(number: *, options: *): * source
import prettyBytes from 'rtc-engine/js/util/prettyBytes.js'Params:
| Name | Type | Attribute | Description |
| number | * | ||
| options | * |
Return:
| * |
public wait(observableEntry: *): * source
import {wait} from 'rtc-engine/js/util/ObservableEntry.js'Params:
| Name | Type | Attribute | Description |
| observableEntry | * |
Return:
| * |
public waitAll(waitEntriesFn: *): * source
import {waitAll} from 'rtc-engine/js/util/ObservableEntry.js'Params:
| Name | Type | Attribute | Description |
| waitEntriesFn | * |
Return:
| * |
