fix several configuration issue and linter
This commit is contained in:
@@ -113,7 +113,7 @@ iframe.addEventListener('load', function () {
|
||||
try {
|
||||
doc = frame.contentDocument || frame.contentWindow.document;
|
||||
} catch (err) {
|
||||
console.log('Blocked from accessing document', err);
|
||||
console.error('Blocked from accessing document', err);
|
||||
}
|
||||
if (doc) {
|
||||
// Todo: Provide a way to get this to occur by `postMessage`
|
||||
|
||||
Reference in New Issue
Block a user