Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refact: replace decodeText with TextDecoder #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hducati
Copy link

@hducati hducati commented Jun 15, 2024

According to the new release of three.js (r165), the decodeText method will be deprecated in version r175. This PR updates all calls from decodeText() to TextEncoder().encode(..)

https://github.com/mrdoob/three.js/releases/tag/r165

PR: mrdoob/three.js#28278

@hducati hducati changed the title refact: replace decodeText by TextDecoder refact: replace decodeText with TextDecoder Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant