deno.com
function getUnpackedSettings
#getUnpackedSettings(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 #

#buf: Uint8Array

The packed settings.

Return Type #