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
  • 169,008
  • 28
  • 173
  • 236

0 Answers0