Everywhere: Clean up AD-HOC and FIXME comments without colons

This commit is contained in:
Psychpsyo 2025-11-13 14:05:19 +01:00 committed by Ali Mohammad Pur
parent edccb92da7
commit 100f37995f
Notes: github-actions[bot] 2025-11-14 08:18:37 +00:00
27 changed files with 36 additions and 36 deletions

View file

@ -353,7 +353,7 @@ static void update(JS::VM& vm, GC::Ref<Job> job)
// 1. For each importUrl → storedResponse of newestWorkers script resource map:
if (false) {
// FIXME: 1. If importUrl is url, then continue.
// FIXME 2. Let importRequest be a new request whose url is importUrl, client is jobs client, destination is "script", parser metadata
// FIXME: 2. Let importRequest be a new request whose url is importUrl, client is jobs client, destination is "script", parser metadata
// is "not parser-inserted", and whose use-URL-credentials flag is set.
// FIXME: 3. Set importRequests cache mode to "no-cache" if any of the following are true:
// * registrations update via cache mode is "none".