Instructions for Replicating the Issue:
- Access any website using an IOS device on Browserstack
- Launch DevTools
- Run the command
"bla bla bla".split(" ")
Expected Output:
(3) ["bla", "bla", "bla"]
Actual Output: []
Has anyone encountered this problem before?