UNPKG

@virtualstate/app-history

Version:

Native JavaScript [app-history](https://github.com/WICG/app-history) 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=app-history.js.map