简体   繁体   English

未捕获的DOMException:无法在'Window'上执行'postMessage'

[英]Uncaught DOMException: Failed to execute 'postMessage' on 'Window'

I'm getting error 我收到了错误

content-script.js:24 Uncaught (in promise) DOMException: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
    at Object.t.messageJumpContext (chrome-extension://elgalmkoelokbchhkhacckoklkejnhcd/build/content-script.js:24:9921)
    at chrome-extension://elgalmkoelokbchhkhacckoklkejnhcd/build/content-script.js:24:8583

I haven't used window.postMessage any where in my code. 我没有在我的代码中使用window.postMessage。 Any idea why this happens? 知道为什么会这样吗?

this is an issue in Augury Chrome extension 这是Augury Chrome扩展程序中的一个问题

Prevent this extension from working with all sites by right click on the extension icon and select " When You click the extension " option from this can read and change site data sub menu 通过右键单击扩展图标并选择“当您单击扩展名”选项时,可以通过此选项阻止此扩展程序与所有站点一起使用,可以读取和更改站点数据子菜单

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未捕获的 DOMException:无法在“WorkerGlobalScope”上执行“importScripts” - Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope' 未捕获的 DOMException:无法在“WorkerGlobalScope”上执行“importScripts”:“http://localhost:9000/worker-html.js”处的脚本加载失败 - Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'http://localhost:9000/worker-html.js' failed to load 打字稿-未捕获的DOMException:无法在“ HTMLCanvasElement”上执行“ toDataURL”:可能无法导出污染的画布 - Typescript - Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported Angular 元素:DOMException:无法在“CustomElementRegistry”上执行“define” - Angular Element: DOMException: Failed to execute 'define' on 'CustomElementRegistry' 错误 DOMException:无法在“文档”上执行“querySelector” - ERROR DOMException: Failed to execute 'querySelector' on 'Document' Angular 6 - ERROR DOMException:无法在'Element'上执行'setAttribute': - Angular 6 - ERROR DOMException: Failed to execute 'setAttribute' on 'Element': DOMException:无法在“IDBObjectStore”上执行“getAll”:事务在 angular 中不活动 - DOMException: Failed to execute 'getAll' on 'IDBObjectStore': The transaction is not active in angular DOMException:无法在“元素”上执行“setAttribute”:“[routerLink”不是有效的属性名称 - DOMException: Failed to execute 'setAttribute' on 'Element': '[routerLink' is not a valid attribute name 错误 DOMException:无法在“XMLHttpRequest”上执行“打开”:无效的 URL - ERROR DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL 错误 DOMException:无法在“元素”上执行“setAttribute”:“{{”不是有效的属性名称 - ERROR DOMException: Failed to execute 'setAttribute' on 'Element': '{{' is not a valid attribute name
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM