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 e86e6db commit b49e02bCopy full SHA for b49e02b
src/nativeIo.ts
@@ -82,8 +82,7 @@ export class NativeIo implements Io {
82
}
83
84
/**
85
- * Reads the JSON-encoded request from the request file, unlinking the file
86
- * after reading.
+ * Reads the JSON-encoded request from the request file
87
* @returns A promise that resolves to a Response object
88
*/
89
async readRequest(): Promise<Request> {
0 commit comments