add setCompletions
This commit is contained in:
parent
4341f5ab62
commit
40dce0ca6e
4 changed files with 74 additions and 11 deletions
|
@ -51,4 +51,8 @@ export default class ConsoleFrame {
|
|||
isErrorShown() {
|
||||
return this.element.style.display === 'block' && this.errorShown;
|
||||
}
|
||||
|
||||
setCompletions(completions) {
|
||||
messages.send(this.element.contentWindow, completions);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue