fix: update chrome.tabs for Manifest v3 (#39317)

This commit is contained in:
Shelley Vohr 2023-08-03 18:34:02 +02:00 committed by GitHub
parent f8b05bc127
commit 6d0e8044eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 481 additions and 126 deletions

View file

@ -49,4 +49,5 @@ const dispatchTest = (event) => {
const { method, args = [] } = JSON.parse(event.data);
testMap[method](...args);
};
window.addEventListener('message', dispatchTest, false);