ktmud commented on a change in pull request #13241:
URL: https://github.com/apache/superset/pull/13241#discussion_r579776846
##########
File path: superset-frontend/spec/helpers/Worker.ts
##########
@@ -21,9 +21,12 @@ class Worker {
onMessage: Function;
+ terminate: Function;
+
constructor(stringUrl: string) {
this.url = stringUrl;
this.onMessage = () => {};
+ this.terminate = () => {};
Review comment:
Do you mind noting why is this needed? Not sure how it this related to
AsyncAceEditor.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]