gpt4 book ai didi

nwjs - 在 Mac 上使用 nwjs 硬刷新浏览器

转载 作者:行者123 更新时间:2023-12-04 01:56:10 26 4
gpt4 key购买 nike

在 Mac 上使用 nwjs 运行应用程序时,有没有办法进行硬浏览器刷新? nwjs 的右键单击“模拟浏览器重启”似乎再次在其入口点启动应用程序。有没有办法模拟在 Chrome 中简单地点击 shift 重新加载按钮的行为?

最佳答案

为此有一个 nwjs api:

// Load native UI library
var ngui = require('nw.gui');
// Get the current window
var nwin = ngui.Window.get();
// this will do a hard refresh
nwin.reloadIgnoringCache();

// here's a regular refresh
nwin.reload();

nwjs 文档:

http://docs.nwjs.io/en/latest/References/Window/#winreloadignoringcache

关于nwjs - 在 Mac 上使用 nwjs 硬刷新浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50498404/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com