Home
last modified time | relevance | path

Searched refs:opaqueData (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/http2/
Dcore.js818 function submitGoaway(code, lastStreamID, opaqueData) { argument
823 this[kHandle].goaway(code, lastStreamID, opaqueData);
1447 goaway(code = NGHTTP2_NO_ERROR, lastStreamID = 0, opaqueData) { argument
1451 if (opaqueData !== undefined && !isArrayBufferView(opaqueData)) {
1454 opaqueData);
1459 const goawayFn = submitGoaway.bind(this, code, lastStreamID, opaqueData);
/third_party/node/doc/api/
Dhttp2.md201 * `opaqueData` {Buffer} If additional opaque data was included in the `GOAWAY`
417 #### `http2session.goaway([code[, lastStreamID[, opaqueData]]])`
424 * `opaqueData` {Buffer|TypedArray|DataView} A `TypedArray` or `DataView`