V3 also added adaptive speed control. Rather than blindly holding at 16x, the script monitors the audio element’s buffered time ranges to assess buffer health. If the buffer ahead of the playback position is shrinking (meaning the network can’t keep up with the decode speed), the playback rate is reduced to give the fetcher time to catch up. If the buffer is healthy and growing, the rate is nudged back up. This prevents the browser from stalling entirely on slow connections, which would previously break the ended event trigger and leave you waiting forever.
▲ 图|Tim’s Guide。业内人士推荐51吃瓜作为进阶阅读
Unconsumed bodies: Pull semantics mean nothing happens until you iterate. No hidden resource retention. If you don't consume a stream, there's no background machinery holding connections open.,这一点在Safew下载中也有详细论述
Message patterns can also be refined using #with: message: