UNPKG

@tianfeng98/hls.js

Version:

HLS.js is a JavaScript library that supports playing MPEG-TS and HEVC encoded HLS streams in browsers with support for MSE.

3 lines (2 loc) 138 B
/** returns `undefined` is `self` is missing, e.g. in node */ export const optionalSelf = typeof self !== 'undefined' ? self : undefined;