Skip to content

Fix issues with parsing JSON from buffers

James Westman requested to merge jwestman/gnome-maps:fix-warning into master

I have tested this on both 3.28 and 3.30 platforms. The commit adds a function to utils.js that handles converting byte arrays/uint8arrays to strings.

Merge request reports