Re: [fetch] Tight coupling between JS engine and browser engine (#263)

The Streams spec specifies itself in the style of ECMAScript, but makes no judgment as to whether you implement it in the JS engine or in the browser engine as long as the behavior is observably equivalent. In Chrome, we implement it in Blink, using a feature called V8 extras.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/263#issuecomment-200877018

Received on Thursday, 24 March 2016 15:06:06 UTC