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

Loaders: Remove use of LoaderUtils.decodeText(). #25236

Merged
merged 3 commits into from
Jan 5, 2023
Merged

Conversation

aardgoose
Copy link
Contributor

Description

TextDecoder() is now supported by modern browsers and supported versions of node.

This removes all use of LoaderUtils.decodeText() from examples, which can then be deprecated. In some loaders this also reduces the number of new TextDecoder instances created.

@mrdoob mrdoob added this to the r149 milestone Jan 5, 2023
@Mugen87 Mugen87 changed the title Loaders : remove use of LoaderUtils.decodeText() from loaders Loaders: Remove use of LoaderUtils.decodeText(). Jan 5, 2023
@mrdoob mrdoob merged commit 5f75a1b into mrdoob:dev Jan 5, 2023
@aardgoose aardgoose deleted the loaders branch January 5, 2023 11:19
CodyJasonBennett added a commit to CodyJasonBennett/three-stdlib that referenced this pull request May 21, 2023
CodyJasonBennett added a commit to pmndrs/three-stdlib that referenced this pull request May 21, 2023
Mercury21th000 pushed a commit to Mercury21th000/three-stdlib that referenced this pull request Nov 17, 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.

2 participants