UNPKG

detect-features

Version:

Detect and report browser and hardware features.

9 lines (7 loc) 146 B
// @ts-check /** * Tests for BroadcastChannel support * * @returns {boolean} */ export default (() => !!window.BroadcastChannel || false)();