Uint8Array.from failed to work in some safari version
Closed this issue · 4 comments
g1f9 commented
dankogai commented
I need more information. FYI it is tested on Safari, too. What happens when you open test/index.html with it?
miaozi1123 commented
I has the same problems,when i run in ios wkwebview,it's can not decode UTF-8,but when i choose to 1.25.1,It's ok
amirbardugo commented
happens to me too, safari 13.1.3, did you managed to fix it somehow?
dankogai commented
I cannot reproduce your claim. Please try the following. here we assume you already have node
and npm
installed (via Homebrew, MacPorts or .pkg
).
from Terminal.app
of your Mac.
% git clone https://github.com/dankogai/js-combinatorics.git
% cd js-base64
% npm install http-server
% npx http-server
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://172.16.80.224:8080
http://172.16.80.177:8080
Hit CTRL-C to stop the server
IP addresses are subject change.
from your iPhone or iPad:
- open
http://172.16.80.224:8080/test/index.html
from Safari. Choose IP address other than127.0.0.1
. - It should be working like the screen shot below: