我的代码从我的浏览器中获取关键字,这些关键字的长度为40-50。它成功获取了很多关键字列表,但其中一个出现了此错误:$.map(yourObject, (el, index)=>{
return el.yourProperty ? el : undefined;
});
这是可从Chrome接收关键字列表的代码行
RenderWidgetHostImpl::OnSwapCompositorFrame, LatencyInfo vector size 216 is too big.
我在网上搜索了错误,建议人们将数据分成小块。我的问题是,如何分割要从Chrome提取的数据。
非常感谢您的帮助!