Install TextEncoder / TextDecoder on globalThis where the runtime does not provide them (native implementations always win over these polyfills).
TextEncoder
TextDecoder
globalThis
Exposed from the lean @dcl/sdk/text-codec subpath so consumers can install the polyfill without pulling in the ethereum provider.
@dcl/sdk/text-codec
Install
TextEncoder/TextDecoderonglobalThiswhere the runtime does not provide them (native implementations always win over these polyfills).Exposed from the lean
@dcl/sdk/text-codecsubpath so consumers can install the polyfill without pulling in the ethereum provider.