utf8Stream[Symbol.dispose]()
调用 utf8Stream.destroy()。
🌐 Calls utf8Stream.destroy().
这种方法使流可以与 using 一起使用,它会在作用域退出时自动销毁流。更多信息,请参见 MDN 上关于 using 语句的文档。
🌐 This method enables the stream to be used with using, which
will automatically destroy the stream when the scope exits. For more
information, see the MDN documentation on using statements.