Its a crux!

chore: docs cleanup

Signed-off-by: Jonathan Basniak <740416+gm112@users.noreply.github.com>

+1 -1
+1 -1
libraries/plist-parser/src/plist-parser.ts
··· 13 13 * Notes for things that are not supported: 14 14 * - Does not care about UTF-16 encoding support. Untested, but might work fine. 15 15 * - Large files probably won't work due to the use of using regex to extract the <plist> data. Changing deserialization to use a streaming parser would address this if it is an issue. 16 - * - Binary data is ignored, and is untested. 16 + * - Binary data is not implemented, and will throw an error. 17 17 */ 18 18 19 19 /**