FeatureDetection

一组功能,用于检测当前浏览器是否支持各种功能。

Methods

(static) supportsFullscreen() → {Boolean}
检测当前浏览器是否支持全屏标准。
See:
(static) supportsTypedArrays() → {Boolean}
检测当前浏览器是否支持类型化数组。
See:
(static) supportsWebAssembly() → {Boolean}
检测当前浏览器是否支持Web程序集。
See:
(static) supportsWebWorkers() → {Boolean}
检测当前浏览器是否支持Web工作者。
See: