How can I overwrite the FileLoader?

I want to overwrite the FileLoader with a previous version- How can I do this without reverting to a previous three.js version? I want to keep three.js up to date except for the FileLoader, because the switch to using fetch in the FileLoader breaks my application.

I found out that I can just copy the FileLoader code from the 133 release and overwrite it in the 134 in my three.module.js file… :stuck_out_tongue:
now everything is loading fine again.