Re: [heycam/webidl] Add bigint type (#525)

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