WebGl application failing since upgrade to 6000.0.35f1

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.

Hi, @oliver-noodle. If this is a consistently reproducible issue, please report the bug via the Bug Reporter (“Help → Report a Bug…” in the Editor). Make sure to attach the project and write reproduction steps (or attach a reproduction video). Cheers!

Be sure to make a clean build and also try after deleting the Library, just in case.