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
Is there any other way to initialize the dcl.instances? I always have to write my functions on window.load methods. I wanna initialize by calling my custom functions. window.onload = function () { DCL.instances["my_dc_id"].on("feedback", function(payload) { //does something here }); }
The text was updated successfully, but these errors were encountered:
Is there any other way to initialize the dcl.instances? I always have to write my functions on window.load methods. I wanna initialize by calling my custom functions.
window.onload = function () { DCL.instances["my_dc_id"].on("feedback", function(payload) { //does something here }); }
The text was updated successfully, but these errors were encountered: