Firefox history.pushState错误

时间:2012-06-06 11:18:35

标签: javascript jquery firefox

history.pushState(null, null, '?state=1');

在firefox控制台中尝试上述操作时,会返回以下错误:

[19:15:18.029] history.pushState(null, null, '?state=1');
[19:15:18.032] [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHistory.pushState]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: Web Console :: <TOP_LEVEL> :: line 1"  data: no]

我不确定为什么......另外,我使用History.js的网页也会返回相同的错误。 Chrome中的一切都运行良好。

Firefox 12.0

非常感谢任何帮助......

0 个答案:

没有答案