We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188d7a8 commit 1587122Copy full SHA for 1587122
src/html/navigator.zig
@@ -19,19 +19,11 @@
19
const std = @import("std");
20
21
const builtin = @import("builtin");
22
-const parser = @import("netsurf");
23
const jsruntime = @import("jsruntime");
24
-const Callback = jsruntime.Callback;
25
-const CallbackArg = jsruntime.CallbackArg;
26
-const Loop = jsruntime.Loop;
27
28
const Case = jsruntime.test_utils.Case;
29
const checkCases = jsruntime.test_utils.checkCases;
30
31
-const EventTarget = @import("../dom/event_target.zig").EventTarget;
32
-
33
-const storage = @import("../storage/storage.zig");
34
35
// https://html.spec.whatwg.org/multipage/system-state.html#navigator
36
pub const Navigator = struct {
37
pub const mem_guarantied = true;
0 commit comments