MCPcopy Create free account
hub / github.com/nodejs/undici / FakeHeader

Function FakeHeader

test/node-fetch/headers.js:192–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190
191 it.skip('should ignore unsupported attributes while reading headers', () => {
192 const FakeHeader = function () { }
193 // Prototypes are currently ignored
194 // This might change in the future: #181
195 FakeHeader.prototype.z = 'fake'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected