-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
last code wasn't working on line 56. Instead of converting Uint8array to String it was converting the array to string. So instead of text as output , it shows array but with type string. Fixed now with TextDecoder. Working perfectly.
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
Thanks! |
Your Welcome |
last code wasn't working on line 56. Instead of converting Uint8array to String it was converting the array to string. So instead of text as output , it shows array but with type string. Fixed now with TextDecoder. Working perfectly.