typedarray†
- (JavaScriptでの)バイナリデータの送信と受信
- Typed Arrays: Binary Data in the Browser
- https://twitter.com/uupaa/status/481784569171939328
Chrome でも var a = new Uint8Array(3); a[0]=33; a[1]=34; a[2]=35; String.fromCharCode.apply(null, a); // "!"#" なので、TypedArray から直接文字列生成できる
x-user-defined†
- charset=x-user-defined について