microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.25.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/npm/qsharp/src/debug-service/worker-browser.ts

8lines · modepreview

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import { createWorker } from "../workers/browser.js";
import { debugServiceProtocol } from "./debug-service.js";

// This export should be assigned to 'self.onmessage' in a WebWorker
export const messageHandler = createWorker(debugServiceProtocol);