UNPKG

detect-features

Version:

Detect and report browser and hardware features.

10 lines (8 loc) 153 B
// @ts-check /** * Tests for Audio Worklet support * * @returns {boolean} */ // @ts-ignore export default (() => !!window.AudioWorklet || false)();