Bug 1957760 - Make "CaptchaDetection:Init" consistently use a query. r=tjr
This will make it possible to type check this message. Differential Revision: https://phabricator.services.mozilla.com/D244266
This commit is contained in:
@@ -436,7 +436,7 @@ class ArkoseLabsHandler extends CaptchaHandler {
|
||||
|
||||
constructor(actor) {
|
||||
super(actor);
|
||||
this.actor.sendAsyncMessage("CaptchaDetection:Init", {
|
||||
this.actor.sendQuery("CaptchaDetection:Init", {
|
||||
type: ArkoseLabsHandler.type,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user