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

For the nullable case you _could_ do:
```
    typedef [AllowShared] Uint8Array Something;
```
and then
```
  void foo(Something? arg);
```
to force the [AllowShared] to bind to the inner type, but it's kinda annoying...

-- 
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-565130228

Received on Thursday, 12 December 2019 18:36:35 UTC