0

It is slow to query the element of the parent window in ie11
Chrome and Firefox are very fast.
Why does this happen?

  • IE11

console.time('get');
$(opener.document).find('#listCount').text();
console.timeEnd('get');

result : 310.9ms


  • CHROME
console.time('get');
$(opener.document).find('#listCount').text();
console.timeEnd('get');

result : 2.22ms

mplungjan
  • 155,085
  • 27
  • 166
  • 222

0 Answers0