Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

On Loaderstart


LoaderStart event element.on(event: 'loaderstart', handler: function) Triggered when the loader UI is mounted to the DOM and ready to be displayed. See also: Elements methods | Listen to Elements events - event The name of the event. In this case, loaderstart. - handler handler(event) => void is a callback function that you provide that will be called when the event is fired. When called it will be passed an event object with the following properties: - elementType The type of element that emitted this event. ### Example title Handle a Checkout Element loaderstart event

Last verified 2026-09-24

Is this helpful?