react-three-fiber icon indicating copy to clipboard operation
react-three-fiber copied to clipboard

fix(native): parse file response type

Open CodyJasonBennett opened this issue 2 years ago • 2 comments

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.

CodyJasonBennett avatar Nov 04 '23 15:11 CodyJasonBennett

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

codesandbox-ci[bot] avatar Nov 04 '23 15:11 codesandbox-ci[bot]

Needs integration testing with GLTFLoader. I recall it failing here which was a previous blocker.

CodyJasonBennett avatar May 05 '24 23:05 CodyJasonBennett