Skip to content

Commit 0aef308

Browse files
Remove resolved TODO
1 parent 5941dd8 commit 0aef308

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/docs/develop/userscripts/about-userscripts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,3 @@ The order in which userscripts run may vary on each page load. After page load,
141141
Userscripts may opt-in into being executed before the page has fully loaded by specifying `"runAtComplete": false` in the addon manifest, once for each userscript.
142142
143143
As of now, only `document.head` is guaranteed to exist when running a userscript early. In the future, `document.body` will also be guaranteed to exist, so no userscripts will ever run before the HTML document loaded enough to reach `</head> <body>`.
144-
145-
146-
<!-- TODO: explain execution order isn't guaranteed -->

0 commit comments

Comments
 (0)