Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Sep 20, 2024
1 parent 2ddb723 commit 829339d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion io/string_reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ import { Buffer } from "./buffer.ts";
* ```
*
* @deprecated Pass an encoded string, using {@linkcode TextEncoder.encode}, to
* a new {@linkcode Buffer} instance instead. This will be removed in 0.226.0.
* a new {@linkcode Buffer} instance instead. Or more preferably, use a
* {@linkcode ReadableStream} consisting of {@linkcode Uint8Array}s.
*
* This will be removed in 0.226.0.
*/
export class StringReader extends Buffer {
/**
Expand Down

0 comments on commit 829339d

Please sign in to comment.