feat: let promise reject called
This commit is contained in:
2
doric-web/dist/index.js
vendored
2
doric-web/dist/index.js
vendored
@@ -1302,12 +1302,12 @@ var doric = (function (exports) {
|
||||
}
|
||||
callNative(namespace, method, args) {
|
||||
const callbackId = uniqueId('callback');
|
||||
nativeBridge(this.id, namespace, method, callbackId, args);
|
||||
return new Promise((resolve, reject) => {
|
||||
this.callbacks.set(callbackId, {
|
||||
resolve,
|
||||
reject,
|
||||
});
|
||||
nativeBridge(this.id, namespace, method, callbackId, args);
|
||||
});
|
||||
}
|
||||
register(instance) {
|
||||
|
Reference in New Issue
Block a user