mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
navigator: remove useless import
This commit is contained in:
@@ -19,19 +19,11 @@
|
|||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
const builtin = @import("builtin");
|
const builtin = @import("builtin");
|
||||||
const parser = @import("netsurf");
|
|
||||||
const jsruntime = @import("jsruntime");
|
const jsruntime = @import("jsruntime");
|
||||||
const Callback = jsruntime.Callback;
|
|
||||||
const CallbackArg = jsruntime.CallbackArg;
|
|
||||||
const Loop = jsruntime.Loop;
|
|
||||||
|
|
||||||
const Case = jsruntime.test_utils.Case;
|
const Case = jsruntime.test_utils.Case;
|
||||||
const checkCases = jsruntime.test_utils.checkCases;
|
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
|
// https://html.spec.whatwg.org/multipage/system-state.html#navigator
|
||||||
pub const Navigator = struct {
|
pub const Navigator = struct {
|
||||||
pub const mem_guarantied = true;
|
pub const mem_guarantied = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user