Skip to main content

getUnpackedSettings

function getUnpackedSettings
Jump to headinggetUnpackedSettings(buf: Uint8Array): Settings

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 Jump to heading

Jump to headingbuf: Uint8Array

The packed settings.

Return Type Jump to heading

Back to top