Closed CodyJasonBennett closed 6 months ago
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.
:tada: This PR is included in version 2.30.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Vendors
LoaderUtils.decodeText
with the deprecation of https://github.com/mrdoob/three.js/pull/28278.We use this over
TextDecoder
to play nice with Node, react-native, and edge environments where browser APIs are limited.