ladybird/Userland/Libraries/LibWeb/Infra
Andreas Kling ec081a2ef5 LibWeb: Don't crash on FormData.append() with emoji in name
If you can believe it, we were once again using StringBuilder's append()
when we really wanted append_code_point().
2023-12-04 00:04:04 +01:00
..
Base64.cpp
Base64.h
ByteSequences.cpp
ByteSequences.h
CharacterTypes.h
JSON.cpp
JSON.h
Strings.cpp LibWeb: Don't crash on FormData.append() with emoji in name 2023-12-04 00:04:04 +01:00
Strings.h