# supported
测试浏览器是否支持webgl
.
# Parameters
options
Object
?options.failIfMajorPerformanceCaveat
**boolean
**如果true
,如果true
,false
如果性能比预期的差很多(例如,将使用软件 WebGL 渲染器),该函数将返回。(任选,默认false
)
# Examples
// Show an alert if the browser does not support webgl
if (!vjmap.supported()) {
alert('Your browser does not support `webgl`');
}
1
2
3
4
2
3
4
返回 boolean
vjmap / Exports
# vjmap
如需更改mapboxgl的内容,需去
D:\w\vclient\deps\mapbox-gl-js-2.5.1
yarn build-prod-min
把编译后的 mapbox-gl.js 拷贝至 D:\w\vclient\node_modules\mapbox-gl\dist下面
更新记录 2023-10-13 增加对webgl2的支持