Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp
Andreas Kling 83c69fa62e LibWeb: Handle JavaScript source code with non-UTF-8 encoding
When fetching scripts in HTMLScriptElement's "prepare a script"
algorithm, we now re-encode the script sources to UTF-8.
2022-09-17 18:53:26 +02:00

25 KiB