- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 09 Jul 2019 09:25:03 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 July 2019 16:25:26 UTC
I think it's OK to make size() a normal method, although there is some risk of back-compat problems if people are using it in strange ways. If we think that is not likely to work, we have a few workarounds: - Use `any` and return a function object. - Introduce a new Web IDL extended attribute for methods that removes the brand check. As always, I apologize for this mess. -- 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/1005#issuecomment-509712095
Received on Tuesday, 9 July 2019 16:25:26 UTC