Neenu Chandran
Neenu Chandran

Reputation: 804

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. Any idea why this happens?

Upvotes: 14

Views: 5032

Answers (1)

Yasser Mas
Yasser Mas

Reputation: 1682

this is an issue in Augury Chrome extension

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

Upvotes: 21

Related Questions