- From: Tobie Langel <notifications@github.com>
- Date: Fri, 11 Nov 2016 11:47:38 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 11 November 2016 19:48:10 UTC
[`long long`](https://heycam.github.io/webidl/#es-long-long) and [`unsigned long long`](https://heycam.github.io/webidl/#es-unsigned-long-long) behave differently when used in conjunction with [Clamp] or [EnforceRange]. In that case the max supported value is 2^53 – 1. When used without extended attributes, its; 2^64. Particularly relevant are steps 2.3, 3.1 and 6 of both algorithms. -- 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/237
Received on Friday, 11 November 2016 19:48:10 UTC