failIfMajorPerformanceCaveat property
bool
get
failIfMajorPerformanceCaveat
If true
, map creation will fail if the performance of Mapbox
GL JS would be dramatically worse than expected (i.e. a software renderer would be used).
Implementation
bool get failIfMajorPerformanceCaveat =>
jsObject.failIfMajorPerformanceCaveat;