Skip to content

v0.1.5: fix(js): use replacement character on invalid decode (#25)

Latest
Compare
Choose a tag to compare
@apify-service-account apify-service-account released this 23 Jan 14:07
· 4 commits to master since this release
5eec7e7
When decoding incorrectly encoded content, the binding now panics and
takes down the entire JS script. This change replaces the incorrect
sequence with the U+FFFD replacement character (�) in the content. This
is most often the desired behaviour.