Repeat open, tabopen and winopen command
This commit is contained in:
parent
a2ee6897bf
commit
48e005dc82
7 changed files with 93 additions and 4 deletions
|
@ -105,6 +105,9 @@ export default class OperationController {
|
|||
}
|
||||
return Promise.resolve();
|
||||
}
|
||||
case operations.INTERNAL_OPEN_URL:
|
||||
return this.tabUseCase.openURL(
|
||||
operation.url, operation.newTab, operation.newWindow);
|
||||
}
|
||||
throw new Error('unknown operation: ' + operation.type);
|
||||
}
|
||||
|
|
Reference in a new issue