Re: [whatwg/webidl] Declaration of dictionaries with dynamic keys identified by type, but not by name (Issue #1401)

A concrete example would be a dictionary that could be a string or any arbitrary number, such as:
```
{
  "any": "any_icon.png",
  "128": "128_icon.png",
  "1024": "1024_icon.png",
}
```

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

Message ID: <whatwg/webidl/issues/1401/2078631871@github.com>

Received on Friday, 26 April 2024 04:59:31 UTC