问题
I have a javascript array with about 300 entries and whenever I want to print it with console.log in the Safari console I can see the index 0 to 99 and thats it. How can I show the other entries?
In Chrome everything works fine, it shows a block with index 0 to 99, then a block from 100 - 199 and so on...
But on safari there is only one block from 0 to 99.
Is it possible that Safari only shows the first 100 entries?
来源:https://stackoverflow.com/questions/42413642/safari-console-log-show-all-entries