mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 17:57:50 +01:00
Fix layering problem
This commit is contained in:
@@ -551,6 +551,6 @@ export class SimpleWorkerServer<H extends object> {
|
||||
/**
|
||||
* Called on the worker side
|
||||
*/
|
||||
export function create(postMessage: (msg: Message, transfer?: Transferable[]) => void): SimpleWorkerServer<any> {
|
||||
export function create(postMessage: (msg: Message, transfer?: ArrayBuffer[]) => void): SimpleWorkerServer<any> {
|
||||
return new SimpleWorkerServer(postMessage, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user