在 Internet Explorer 8 中模拟崩溃恢复

发布于 2024-11-07 23:51:24 字数 109 浏览 0 评论 0原文

有谁知道 IE 是否有用于模拟浏览器自动崩溃恢复功能 (ACR) 的 API?

我希望能够手动将浏览器会话保存到文件(ACR 将会话数据写入复合文件二进制格式)并使用保存的内容恢复该会话。

Does anybody know if IE has an API for emulating the browser's automated crash recovery feature (ACR)?

I want to be able to manually save the browser session to file (ACR writes session data to compound file binary format) and restore that session using what was saved.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

↙温凉少女 2024-11-14 23:51:24

你想存储什么信息?如果您想要窗口大小/位置/选项卡状态,包括每个选项卡的历史记录,我不知道(尽管从安全/恶意软件保护的角度来看,我可以看到不公开它的原因)。

如果您想在本地存储页面状态,有很多不同的选项 - 尽管您可能最感兴趣的一个是 本地存储。 (对于 IE 也有一个等效的 API,尽管更加正式。)

What information do you want to store? If you want window size/position/tab states, including history for each tab, I don't know (though I can see reasons not to expose that, from a security/malware-protection point of view).

If you want to store page state locally, there are lots of different options - though the one you're probably most interested in is localStorage. (There's an equivalent, though more ceremonious, API for IE as well.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文