Director Javascript Library (Document! X Sample)
(Global) Namespace / Router type / historySupport Field
In This Topic
    historySupport Field
    In This Topic
    If set to true and client supports pushState(), then uses HTML5 History API instead of hash fragments. See History API for more information.
    Syntax
    var instance = new Router();
    var value; // Type: boolean
    value = instance.historySupport;
    var historySupport : boolean;
    Browser Compatibility
    8
    5
    5
    See Also

    Reference

    Router type