Share Your Feedback
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
Changelog
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
Suggestions
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
@pageflow that makes totally sense. For now, we do not queue those calls, but you can use the global listener to make sure the SDK is ready. See SSO docs
window.document.addEventListener('sleek:init', () => { //$sleek is ready to use }, false);
I'll keep these post open for the suggested option to "replaying those invocations once the script finished loading"
Great! So the global callback I was thinking of already exists.
@pageflow yes 🎉