API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classSceneNavigationAbortedError
Thrown to reject a `change()`/`restore()`/`unload()` call whose transition session was still in flight when the Application frame loop stopped (a fatal frame error, or `stop()`/`destroy()` called mid-transition) - the session cannot progress without frame callbacks, so the navigation is aborted rather than left to hang forever. Any claimed preload/retained entry is restored, not discarded.
import { SceneNavigationAbortedError } from '@codexo/exojs'Thrown to reject a `change()`/`restore()`/`unload()` call whose transition session was still in flight when the Application frame loop stopped (a fatal frame error, or `stop()`/`destroy()` called mid-transition) - the session cannot progress without frame callbacks, so the navigation is aborted rather than left to hang forever. Any claimed preload/retained entry is restored, not discarded.
new(): SceneNavigationAbortedErrorcause?: unknownmessage: stringname: stringstack?: string