Config: remove js_enum_from_string constant

This commit is contained in:
shaewe180
2026-03-19 09:40:40 +08:00
parent c15afa23ca
commit e2be8525c4

View File

@@ -222,8 +222,6 @@ pub const WaitUntil = enum {
domcontentloaded,
networkidle,
fixed,
pub const js_enum_from_string = true;
};
pub const Fetch = struct {