API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

classSceneNavigationAbortedError

@codexo/exojs / core / stable

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.

4
props
0
methods
0
events
Import
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.

Constructors1
new(): SceneNavigationAbortedError
Properties4
cause?: unknown
message: string
name: string
stack?: string
Source