Re: [whatwg/streams] Initialise readableStrategy without using an object literal (#839)

I think you're actually going to want to use [CreateDataProperty](https://tc39.github.io/ecma262/#sec-createdataproperty), both here and in the standard text. Otherwise you'll trigger any setters on Object.prototype.

See e.g. 

-- 
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/streams/pull/839#issuecomment-336273705

Received on Thursday, 12 October 2017 21:18:31 UTC