FileLoader which is internally used by GLTFLoader does now use the fetch API for requesting resources. That means you can’t work with XMLHttpRequest anymore. Related discussion:
I have this same question. My progress loader is broken as a result of updating 3js, but I need to to use another feature. The ProgressEvent does not seem to contain any data to identify the file.