UNPKG

video.js

Version:

An HTML5 video player that supports HLS and DASH with a common API and skin.

5 lines 315 B
export const UPDATE_REFRESH_INTERVAL: 30; export function bind_(context: any, fn: Function, uid?: number): Function; export function throttle(fn: Function, wait: number): Function; export function debounce(func: Function, wait: number, immediate?: boolean, context?: any): Function; //# sourceMappingURL=fn.d.ts.map