[webkit-dev] Unsigned to avoid negative values

Anne van Kesteren annevk at annevk.nl
Tue Jan 24 11:29:05 PST 2023


On Tue, Jan 24, 2023 at 11:00 AM Myles Maxfield via webkit-dev
<webkit-dev at lists.webkit.org> wrote:
> What do you think?

What this immediately made me think of is that Web IDL and the web
platform at large use unsigned and signed integers of various types.
And as those have different value spaces you'd notice if you do
something near the limits and did not carefully account for that.


More information about the webkit-dev mailing list