We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9d2d9 commit 9929459Copy full SHA for 9929459
node/src/index.ts
@@ -56,6 +56,7 @@ export async function createWorker<
56
dtlsCertificateFile,
57
dtlsPrivateKeyFile,
58
libwebrtcFieldTrials,
59
+ disableLiburing,
60
appData,
61
}: WorkerSettings<WorkerAppData> = {}): Promise<Worker<WorkerAppData>> {
62
logger.debug('createWorker()');
@@ -72,6 +73,7 @@ export async function createWorker<
72
73
74
75
76
77
78
});
79
0 commit comments