pub const INSTANCE_METHODS: &[&str];Expand description
The methods a StringDecoder instance carries. Also the method set its real
prototype object is built from, so a read (sd.write), a call (sd.write(b))
and a prototype lookup (StringDecoder.prototype.write) cannot disagree.