Bug 1139189: Uplift the Add-on SDK to Firefox a=me
3fbf5a6bdd..3394ad5d1d
This commit is contained in:
@@ -45,6 +45,9 @@ exports.getAttachEventType = getAttachEventType;
|
||||
let attach = method('worker-attach');
|
||||
exports.attach = attach;
|
||||
|
||||
let connect = method('worker-connect');
|
||||
exports.connect = connect;
|
||||
|
||||
let detach = method('worker-detach');
|
||||
exports.detach = detach;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user