Searched refs:opaqueData (Results 1 – 2 of 2) sorted by relevance
/third_party/node/lib/internal/http2/ |
D | core.js | 818 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/ |
D | http2.md | 201 * `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`
|