Re: [heycam/webidl] Need pattern for feature detecting dictionary members (#107)

I'm working with a customer who wants this kind of detection (with an origin trial, FYI).
I think this problem is not only for dictionary but function signature detection like "if this function supports boolean as the 3rd parameter?".
This reminds me [System.Reflection](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.methodbase.getparameters?view=netcore-3.1) on .Net C#.
I know they manages this kind of detection because of C# is strongly typed, but can WebIDL support this?

-- 
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/107#issuecomment-626462189

Received on Monday, 11 May 2020 04:26:32 UTC