- From: Adam Rice <notifications@github.com>
- Date: Fri, 10 Mar 2017 03:44:51 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 March 2017 11:45:53 UTC
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