eslint 8.57 WIP:
* tweaking some more rules. * fixing linting.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
function inIframe (): boolean {
|
||||
try {
|
||||
return window.self !== window.top
|
||||
} catch (e) {
|
||||
} catch (_err) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user