mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
836bd9a177
By exporting StringUtils and Uint8ArrayUtils, we can simplify the process of wrapping, unwrapping, and parsing requests and responses in NetworkingEngine filters. This makes it easier to write filters that deal with text-based data, as it is no longer the job of the application developer to deal with subtle conversions between string and ArrayBuffer. We will also fill in requests with defaults if needed. This allows developers to omit fields when initiating extra requests at the application level. Closes #667 Change-Id: Ie6a0f23b4d46e7e458d996759eac6cd85a36b741