Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 865 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 865 Bytes

HDCP

NPM version NPM downloads install size

Check HDCP version for key system in browser.

Demo

Install

npm i --save-dev hdcp

Using

import { checkHdcpVersion, checkAllHdcpVersions } from 'hdcp';

const status = await checkHdcpVersion('com.widevine.alpha', '1.0');
console.log('checkHdcpVersion: ', status);

const result = await checkAllHdcpVersions('com.microsoft.playready.recommendation');
console.log('checkAllHdcpVersions: ', result);

Links