Skip to content
字数
90 字
阅读时间
1 分钟

promise的核心就是回调函数executor,如果回调是需要等待调用的,那么就不会立即将回调函数压入栈,就会在同步代码执行完(如果有then,会将then的回调存到onResolvedCallbacks)才触发resolve包含的方法(包含onResolvedCallbacks

贡献者

The avatar of contributor named as sunchengzhi sunchengzhi

文件历史

撰写