dymo-connect-framework
dymo-connect-framework copied to clipboard
Dynamically load and unload framework
Hi. dymo framework did not work check connection status with web service after initialize framework.
so I'm using a jquery getScripts library for dynamically load/unload dymo framework.
previoulsy version dymo.label.framework can handle this, dymo.connect.framework return error message when already framework loaded. "Namespace "goog.debug.Error" already declared."
How can I unload or clear already bind framework?
I tried simply window.dymo = null; window.goog = null did not work
Any update on this issue? is it still happening?
@OndraPulkert I use some internal code like to. it's working but I'm not sure that correct is.
_createFramework.resetFramework();
window.dymo = undefined; window.goog = {};