Skip to main content
ServerStreamFileResponseOptions.statCheck - http2 - Node documentation
method ServerStreamFileResponseOptions.statCheck

Usage in Deno

import { type ServerStreamFileResponseOptions } from "node:http2";
ServerStreamFileResponseOptions.statCheck(
stats: fs.Stats,
statOptions: StatOptions,
): void | boolean

Parameters

stats: fs.Stats
statOptions: StatOptions

Return Type

void | boolean