ricea / encoding-streams

Human-readable patch to the streams specification to add support for ReadableStream
10 stars 4 forks source link

Typographical: use more monospace #7

Closed domenic closed 6 years ago

domenic commented 6 years ago

All interface and method names, e.g. ReadableStream and writable, should be monospace. In Bikeshed, this is done by using {{ReadableStream}} and {{TextDecoder/writable}} and similar.

This may be best solved in the process of doing a PR since otherwise there can be cross-linking errors (especially for TextDecoder/writable and its friend).