UNPKG

@playkit-js/playkit-js

Version:

[![Build Status](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.

8 lines (7 loc) 263 B
// globals.d.ts declare class WebKitMediaKeys { constructor(keySystem: string) public readonly keySystem: string; public static createSession(type: string, optional, initData: Uint8Array); public static isTypeSupported(keySystem: string, type: string); }