With only the update from 6000.0.34f1 to 6000.0.35f1 (still there in 36f1), if webGLDecompressionFallback is set to 1 , we are getting the exception :
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'match')
at Object.cacheControl (WebGL.loader.js:1:953)
at T (WebGL.loader.js:1:40660)
at P (WebGL.loader.js:1:44684)
at WebGL.loader.js:1:47416
on line
cacheControl: function(e) {
return e == b.dataUrl || e.match(/\.bundle/) ? "must-revalidate" : "no-store"
},
and the application does not launch.