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
Dispatch Click to Load ready event again when necessary (#457)
The "ddg-ctp-ready" event is dispatched by the Click to Load
content-scope-script, to let the surrogate scripts know when the
feature is ready. Very occasionally that event is dispatched too
early, and so the surrogate script misses it. Workaround that by
dispatching the event again, if we see that a surrogate script
finished loading _after_ page load has finished.
0 commit comments