MCPcopy Create free account
hub / github.com/denoland/celld /

Class

crates/celld/js/text_encoding.js:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 _tdRegistry?.register(target, id);
28 };
29 globalThis.TextEncoder = class TextEncoder {
30 get encoding() { return 'utf-8'; }
31 encode(s = '') {
32 s = String(s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected