From 18c3edf31343c2a6a94d8eeb2391a0ddc57cbc1f Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 22 Jun 2015 15:05:17 +0900 Subject: Point to Streams Standard in active development MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This duplicates #195 from @annevk (which couldn’t be merged since the fork it came from was afterward deleted). Signed-off-by: Michael[tm] Smith --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f842123..88394f7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -76,7 +76,7 @@ memory usage is basically the size of the input plus the size of the decoded tex Additionally, there are two further improvements that can be made in the real polyfill: 1. Decode while downloading using either chunked files, HTTP `Range` requests or (eventually) - the [Stream API](https://www.w3.org/TR/streams-api/). + the [Streams API](https://streams.spec.whatwg.org/). 2. Include optional better-than-`gzip` compression in the polyfill. For example, the [lzham](https://github.com/richgel999/lzham_codec) library shows an *additional* 24% improvement over the above "`gzip` binary" figures while maintaining high decode rates. -- cgit v1.2.3