Safari console.log show all entries

谁说我不能喝 提交于 2021-01-27 06:53:16

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!