Closed dogawaf closed 4 years ago
@lptn I do not update the test snaphosts.
Added the updated test snaphosts.
Dear contributor,
because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.
When the event's payload contains special url characters, like this one:
#
, if the data:uri is not properly encoded, the navigator will not correctly navigate to the href: the data:uri will be parsed until the#
.The better solution in that case is to base64 encode the data:uri payload.