zjffun blog

JS Debug URL Change

更新于 写于 JSDebug

Debugging window.open.

js
debug(window.open);

Debugging window.open(xxx, '_self') and window.location change.

js
navigation.addEventListener("navigate", (event) => {
  debugger;
});