Current section
Files
Jump to
Current section
Files
src/sprocket/internal/constants.gleam
// Constants used in the library
pub const key_attr = "spkt-key"
pub const event_attr_prefix = "spkt-event"
pub const ignore_update_attr = "spkt-ignore-update"
pub const client_hook_attr_prefix = "spkt-hook"
pub const call_timeout = 1000