在 chrome 中,如果我转到chrome://flags/并在标志页面上进行更改(启用/禁用功能),页面底部会出现一个按钮,单击该按钮会重新启动 chrome 并重新打开之前的页面打开。有谁知道什么 javascript 代码允许这种情况发生?
这是按钮出现的html
<div class="needs-restart" jsdisplay="needsRestart">
<div i18n-content="flagsRestartNotice">NEEDS_RESTART</div>
<button class="experiment-restart-button"
type="button"
i18n-content="flagsRestartButton">RESTART</button>
</div>
谢谢