Skip to content

Conversation

@UselessMnemonic
Copy link

@UselessMnemonic UselessMnemonic commented Jan 11, 2025

Implements deflateParams closely to the original source.
Implements deflateGetDictionary, inflateGetDictionary with a slightly different interface:

  • Instead of accepting an out-parameter for dictLength, return a tuple of the status code and the dictLength
  • Limit the dictLength to the length of the dictionary parameter, whereas the original source makes no such concession

An alternative to the above is to accept some Uint32Array as the out parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant