@conterra/ct-mapapps-typings 4.18.3-next.20240925081747 → 4.18.3-next.20240926095039
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 +4 -4
- package/package.json +1 -1
package/apprt-core/config.d.ts
CHANGED
|
@@ -208,14 +208,14 @@ 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.
|
|
212
212
|
*/
|
|
213
|
-
"
|
|
213
|
+
"webgl2": 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
|
+
"webgl2-performance-caveats": boolean;
|
|
219
219
|
/**
|
|
220
220
|
* Detection if the client device is touch enabled.
|
|
221
221
|
*/
|