Files
browser/src
Karl Seguin c31a5fd243 minor: remove DOMException WebAPI flag (make it always on).
This change touches a lot of files, but it's pretty minor. Most files simply
have .dom_exception = true  removed from their WebAPI binding.

The only reason NOT to have this on is in the case where a Zig function returns
an error that incorrectly gets mapped to a DOMException. But this hasn't
happened yet, none of the base errors (e.g. OutOfMemory) map to a DOMException,
but the opposite DOES happen: we don't flag an API as dom_exception = true that
we should.
2026-07-06 14:37:20 +08:00
..
2026-07-03 20:23:51 +02:00
2026-07-02 21:06:51 +08:00
2026-04-22 08:42:18 +08:00
2026-06-24 17:44:58 +08:00
2026-06-01 22:42:39 +08:00
2026-06-24 18:16:02 +08:00
2026-05-29 09:32:03 +08:00
2026-04-10 06:51:10 +08:00
2026-07-02 11:23:45 +02:00
2026-06-24 07:01:29 +08:00
2026-05-25 18:05:11 +02:00
2026-06-17 13:56:40 +08:00