react-three-fiber
react-three-fiber copied to clipboard
fix(native): parse file response type
Fixes #3085. Most loaders expect an ArrayBuffer when calling their parse methods, but some require plain text. The other modes aren't used in three source ATM.
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit bbdb5af562548fd7a2fdad008dbac43ba7801c4d:
| Sandbox | Source |
|---|---|
| example | Configuration |
Needs integration testing with GLTFLoader. I recall it failing here which was a previous blocker.