mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-28 00:08:19 +00:00
`length` was inheriting `size_t` type of the `String::length()`, while everywhere else in the Inspector we expect fixed 32-bit field. On the architectures where `sizeof(size_t) != sizeof(u32)` this broke the Inspector communication completely.