mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-19 14:14:41 +00:00
LibWeb: Set script force async to false when async changes
This commit is contained in:
committed by
Tim Ledbetter
parent
77c41a82be
commit
bedb626c29
@@ -7,5 +7,9 @@
|
||||
|
||||
const script = document.createElement("script");
|
||||
println(`script.async = ${script.async}`);
|
||||
|
||||
script.setAttribute("async", "true");
|
||||
script.removeAttribute("async");
|
||||
println(`script.async = ${script.async}`);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user