Skip to content

Commit

Permalink
Merge pull request #354 from lightpanda-io/navigator-fix
Browse files Browse the repository at this point in the history
navigator: remove useless import
  • Loading branch information
krichprollsch authored Jan 13, 2025
2 parents 188d7a8 + 1587122 commit 5811577
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/html/navigator.zig
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,11 @@
const std = @import("std");

const builtin = @import("builtin");
const parser = @import("netsurf");
const jsruntime = @import("jsruntime");
const Callback = jsruntime.Callback;
const CallbackArg = jsruntime.CallbackArg;
const Loop = jsruntime.Loop;

const Case = jsruntime.test_utils.Case;
const checkCases = jsruntime.test_utils.checkCases;

const EventTarget = @import("../dom/event_target.zig").EventTarget;

const storage = @import("../storage/storage.zig");

// https://html.spec.whatwg.org/multipage/system-state.html#navigator
pub const Navigator = struct {
pub const mem_guarantied = true;
Expand Down

0 comments on commit 5811577

Please sign in to comment.