Debugging window.open
.
js
debug(window.open);
Debugging window.open(xxx, '_self')
and window.location
change.
js
navigation.addEventListener("navigate", (event) => {
debugger;
});
更新于 写于 JSDebug
Debugging window.open
.
debug(window.open);
Debugging window.open(xxx, '_self')
and window.location
change.
navigation.addEventListener("navigate", (event) => {
debugger;
});