diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-30 12:26:15 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-30 12:26:15 +0200 |
commit | e82226f3fb0cfcf7cb68f259a061c9b69549a7c0 (patch) | |
tree | 407270bd2043e06961d70ce60b2e246aa808b887 /Libraries/LibC/ioctl.cpp | |
parent | 6f85422e8a1619be24202bd5274575a0f27de5bc (diff) | |
download | serenity-e82226f3fb0cfcf7cb68f259a061c9b69549a7c0.zip |
LibWeb: Handle two kinds of deferred script executions
This patch adds two script lists to Document:
- Scripts to execute when parsing has finished
- Scripts to execute as soon as possible
Since we don't actually load scripts asynchronously yet (we just do a
synchronous load when parsing the <script> element for simplicity),
these are already loaded by the time we get to "The end" of parsing.
Diffstat (limited to 'Libraries/LibC/ioctl.cpp')
0 files changed, 0 insertions, 0 deletions