use fetch logging scope, clean some comments

This commit is contained in:
Muki Kiboigo
2025-09-16 12:41:35 -07:00
parent 2a969f911e
commit f22ee54bd8
2 changed files with 7 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ pub const Scope = enum {
unknown_prop,
web_api,
xhr,
fetch,
polyfill,
mouse_event,
};