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
Main issues with this are how to handle being invoked in a non-browser situation, and how to be flexible when loaded from an iframe or the like.
Easiest way to do this is to probably to run some .native.js on startup to find the <script> tag currently being invoked and read the path string off of it, but allow some other string property to override this behavior to support the above use cases.
GWT2 compat probably comes from reading out of $moduleBase.
The text was updated successfully, but these errors were encountered:
Main issues with this are how to handle being invoked in a non-browser situation, and how to be flexible when loaded from an iframe or the like.
Easiest way to do this is to probably to run some .native.js on startup to find the
<script>
tag currently being invoked and read the path string off of it, but allow some other string property to override this behavior to support the above use cases.GWT2 compat probably comes from reading out of
$moduleBase
.The text was updated successfully, but these errors were encountered: