UNPKG

@virtualstate/navigation

Version:

Native JavaScript [navigation](https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API) implementation

9 lines 434 B
/** * This file is derived from https://github.com/WICG/app-history/blob/7c0332b30746b14863f717404402bc49e497a2b2/app_history.d.ts * * The main changes here is the usage of optional types over null, and support for updateCurrent()?.then; * * null is still included in places where properties have been marked as optional */ import { EventTargetListeners, } from "../event-target/index.js"; //# sourceMappingURL=navigation.js.map