You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(message): Fixed bug in final length calculation in Multipart Enco…
…ded (#100)
Previously, footerLength was added as many times as the number of contents, but we changed it to adding it only once at the end.
fix: Retrieve PDF bulkdata, requesting both octet and pdf (#86)
* fix: Retrieve PDF bulkdata, requesting both octet and pdf
* PR review comments
* PR comments
fix(build): configure linting, fixing tests and release (#78)
* add prettier and configure it with eslint
* fix test and add release github workflow
* fix package json
fix(request) acceptable media types for retreval of frames (#49)
* Fix acceptable media types for frame retrieval
* Increase package version
Co-authored-by: hackermd <[email protected]>
Fix(headers): allowed media types for retrieval of frames (#46)
* Allow accept header field with mixed media types
This enables request of compressed or uncompressed frames
* Fix coding style issues
* Increase package version
Co-authored-by: hackermd <[email protected]>