Director Javascript Library (Document! X Sample)
historySupport Field
(Global) Namespace > Router type : historySupport Field
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