mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -125,7 +125,7 @@ WebIDL::ExceptionOr<void> WorkerGlobalScope::import_scripts(Vector<String> const
|
|||
// If this succeeds, let script be the result. Otherwise, rethrow the exception.
|
||||
auto classic_script = TRY(HTML::fetch_a_classic_worker_imported_script(url_record, settings_object, perform_fetch));
|
||||
|
||||
// 2. Run the classic script script, with the rethrow errors argument set to true.
|
||||
// 2. Run the classic script script, with rethrow errors set to true.
|
||||
// NOTE: script will run until it either returns, fails to parse, fails to catch an exception,
|
||||
// or gets prematurely aborted by the terminate a worker algorithm defined above.
|
||||
// If an exception was thrown or if the script was prematurely aborted, then abort all these steps,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue