- From: Yoichi Osato <notifications@github.com>
- Date: Sun, 10 May 2020 21:26:16 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 May 2020 04:26:32 UTC
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