提交 7eb32121 编写于 作者: B Benjamin Pasero

web - unblock loading in safari

上级 5367bf6d
......@@ -189,7 +189,7 @@ export const setImmediate: ISetImmediate = (function defineSetImmediate() {
id: myId,
callback: callback
});
globals.postMessage({ vscodeSetImmediateId: myId });
globals.postMessage({ vscodeSetImmediateId: myId }, '*'); // TODO@alex please revisit
};
}
if (typeof process !== 'undefined' && typeof process.nextTick === 'function') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册