mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Enable IPC API for web (#138054)
* wip: ipc api * wip: send message ports upfront * address both inside and outside iframe * fix build * relay MessagePort to worker * address api discussion feedback * check for proposed api * fix layer breakage Co-authored-by: Alex Dima <alexdima@microsoft.com>
This commit is contained in:
@@ -52,7 +52,9 @@ const CORE_TYPES = [
|
||||
'trimEnd',
|
||||
'trimLeft',
|
||||
'trimRight',
|
||||
'queueMicrotask'
|
||||
'queueMicrotask',
|
||||
'MessageChannel',
|
||||
'MessagePort'
|
||||
];
|
||||
// Types that are defined in a common layer but are known to be only
|
||||
// available in native environments should not be allowed in browser
|
||||
|
||||
Reference in New Issue
Block a user