TabPresenter
This commit is contained in:
parent
a2345f55d6
commit
b130fd5268
2 changed files with 4 additions and 4 deletions
5
src/background/presenters/tab.js
Normal file
5
src/background/presenters/tab.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default class TabPresenter {
|
||||
create(url) {
|
||||
browser.tabs.create({ url, });
|
||||
}
|
||||
}
|
Reference in a new issue