mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 21:12:38 +08:00
* respondWithFile()'s `options` can have onError. See the Node document: https://nodejs.org/dist/latest-v8.x/docs/api/http2.html#http2_http2stream_respondwithfile_path_headers_options And also the code: https://github.com/nodejs/node/blob/master/lib/internal/http2/core.js#L1698 * update test