Re: [whatwg/streams] How much latitude should implementations have in looking up transformer.transform()? (#691)

Alternative proposal: scrap the transform() fallback and add an explicit `identity: true` attribute. Transformers can either define a transform() method or set `identity: true`, but cannot do both (or neither). Like the `type` attribute on a source, `identity` is only checked in the constructor and changing it afterwards does nothing.

-- 
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/issues/691#issuecomment-285649229

Received on Friday, 10 March 2017 11:45:53 UTC