MCPcopy Index your code
hub / github.com/nodejs/node / writeContinue

Method writeContinue

lib/internal/http2/compat.js:933–935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

931
932 // TODO doesn't support callbacks
933 writeContinue() {
934 return this.writeInformation(HTTP_STATUS_CONTINUE);
935 }
936
937 writeEarlyHints(hints) {
938 validateObject(hints, 'hints');

Calls 1

writeInformationMethod · 0.95

Tested by

no test coverage detected