import { define } from "../scripts/class-definitions"; export default [ define({ name: "TextDecoder", construct: true, finalize: true, JSType: "0b11101110", configurable: false, klass: {}, proto: { encoding: { getter: "getEncoding", cache: true, }, fatal: { getter: "getFatal", }, decode: { fn: "decode", length: 1, DOMJIT: { returns: "JSString", args: ["JSUint8Array"], }, }, }, }), ]; Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/LICENSE (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-11refactor: move transport to subtraitGravatar Anshul Gupta 2-5/+6
2024-09-10build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2Gravatar dependabot[bot] 1-1/+1