Skip to content

Implement GWT.getModuleBaseURL #6

@niloc132

Description

@niloc132

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions