- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 22 Feb 2018 09:18:48 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 February 2018 17:19:11 UTC
In particular this situation is interesting:
```webidl
interface X {
void foo(bigint x);
void bar(unsigned long long y);
}
```
What does calling `someX.foo("1")` do? What *should* it do?
--
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/pull/525#issuecomment-367753919
Received on Thursday, 22 February 2018 17:19:11 UTC