test: add test and api_feature
definition for chrome.scripting.globalParams
(#41685)
chore: add test and api_feature for chrome.scripting.globalParams
This commit is contained in:
parent
b9c4b27781
commit
7032c0d03c
4 changed files with 49 additions and 0 deletions
|
@ -19,6 +19,11 @@ const map = {
|
|||
chrome.runtime.sendMessage({ method: 'insertCSS' }, response => {
|
||||
console.log(JSON.stringify(response));
|
||||
});
|
||||
},
|
||||
globalParams () {
|
||||
chrome.runtime.sendMessage({ method: 'globalParams' }, response => {
|
||||
console.log(JSON.stringify(response));
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue