APP_READY_EVENT

Constant APP_READY_EVENT 

Source
pub const APP_READY_EVENT: &str = "wallet-standard:app-ready";
Expand description

Event that will be dispatched by the app on the window when the app is ready to register {@link Wallet | Wallets}.

Wallets must listen for this event, and {@link WindowAppReadyEventAPI.register register} themselves when the event is dispatched.