From e2be8525c44688cf6006c4f42a06bfef9b6f135a Mon Sep 17 00:00:00 2001 From: shaewe180 Date: Thu, 19 Mar 2026 09:40:40 +0800 Subject: [PATCH] Config: remove js_enum_from_string constant --- src/Config.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Config.zig b/src/Config.zig index d082e92e..0bec5b7a 100644 --- a/src/Config.zig +++ b/src/Config.zig @@ -222,8 +222,6 @@ pub const WaitUntil = enum { domcontentloaded, networkidle, fixed, - - pub const js_enum_from_string = true; }; pub const Fetch = struct {