You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right -- the semantics of analytics.ready are hard to change. A setting like you've suggested in your PR makes sense to me, and it's a public API addition that I will have to mull over with the team.
Quick question: what is your use case?
If you just want to get access to user as soon as analytics loads (which is a probably the most common use case I've seen), one strategy I haven't seen documented is to actually use a utility plugin:
The problem
analytics.load()
is calledhttps://connect.facebook.net/en_US/fbevents.js
)analytics.ready(cb)
,cb
is never called.The text was updated successfully, but these errors were encountered: