Re: [whatwg/streams] Specifying QueuingStrategies in WebIDL (#1005)

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