Skip to main content
function getUnpackedSettings
getUnpackedSettings(buf: Uint8Array): Settings
Deprecated

Deno compatibility

This function is a non-functional stub.

Returns a HTTP/2 Settings Object containing the deserialized settings from the given Buffer as generated by http2.getPackedSettings().

Parameters

buf: Uint8Array

The packed settings.

Return Type

Back to top