mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
chrome.runtime.openOptionsPage
This commit is contained in:
@@ -249,3 +249,12 @@ function contentSettings() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// https://developer.chrome.com/extensions/runtime#method-openOptionsPage
|
||||
function testOptionsPage() {
|
||||
chrome.runtime.openOptionsPage();
|
||||
chrome.runtime.openOptionsPage(function() {
|
||||
// Do a thing ...
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user