Re: [heycam/webidl] Type association restrictions for extended attributes break with unions (#827)

Would changing it to

> A type that is not a union or a buffer source type must not be associated with the [AllowShared] extended attribute.

work in that we don't really care about unions as type other than using them as a grouping mechanism?

That would forbid `[AllowShared] (ArrayBuffer or DOMString)`, but that seems okay?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/827#issuecomment-565102739

Received on Thursday, 12 December 2019 17:22:29 UTC