@conterra/ct-mapapps-typings 4.18.3-next.20240926070245 → 4.18.3-next.20240927040627
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apprt-core/config.d.ts +2 -2
- package/package.json +1 -1
package/apprt-core/config.d.ts
CHANGED
|
@@ -208,11 +208,11 @@ interface WellknownEnvKeys {
|
|
|
208
208
|
*/
|
|
209
209
|
"webassembly": boolean;
|
|
210
210
|
/**
|
|
211
|
-
* True if the browser supports WebGL.
|
|
211
|
+
* True if the browser supports WebGL 2, like required for the esri js api.
|
|
212
212
|
*/
|
|
213
213
|
"webgl": boolean;
|
|
214
214
|
/**
|
|
215
|
-
* True if WebGL is only supported with degraded performance, e.g. due to software rendering.
|
|
215
|
+
* True if WebGL 2 is only supported with degraded performance, e.g. due to software rendering.
|
|
216
216
|
* See flag `failIfMajorPerformanceCaveat` for https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext
|
|
217
217
|
*/
|
|
218
218
|
"webgl-performance-caveats": boolean;
|