add .input scope to logs

And Add debug messages for click and key down events callback on page.
This commit is contained in:
Pierre Tachoire
2025-11-24 08:59:10 +01:00
parent 2e4996d6c9
commit 27a85c1241
2 changed files with 6 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ pub const Scope = enum {
fetch,
polyfill,
interceptor,
input,
};
const Opts = struct {