Documentation Index
Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Import
Usage
You can check the general status string or use the boolean convenience getters (loading, loaded).
Type
Related Properties
| Property | Type | Description | |
|---|---|---|---|
loading | boolean | True if a fetch request is currently in progress. | |
loaded | boolean | True if data has been successfully fetched at least once. | |
error | `Error | null` | Contains the last error object if the status is ‘error’. |

