Files
servo/components/script/script_module.rs
Gae24 3b205ad8f2 script: Implement creating and running classic scripts according to spec (#41109)
Implemented spec algorithms [create a classic
script](https://html.spec.whatwg.org/multipage/#creating-a-classic-script)
and [run a classic
script](https://html.spec.whatwg.org/multipage/#run-a-classic-script).
Classic script now gets unminified on creation.

Testing: Behaviour hasn't changed much, but we pass a new test instead
of crashing.

---------

Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
2025-12-07 19:06:41 +00:00

94 KiB