apify-service-account
released this
23 Jan 14:07
·
4 commits
to master
since this release
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.