Open krom-xr opened 3 years ago
https://github.com/GoogleChrome/dialog-polyfill/blob/5033aac1b74c44f36cde47be3d11f4756f3f8fda/dist/dialog-polyfill.js#L487
This function is running too long
var t = new Date() var x = !dialogPolyfill.isInlinePositionSetByStylesheet(dialog); console.log('time - ', new Date() - t); return x
in my code in firefox i have
time - 816
selectedNodes = document.querySelectorAll(rule.selectorText);
Problem - here.
https://github.com/GoogleChrome/dialog-polyfill/blob/5033aac1b74c44f36cde47be3d11f4756f3f8fda/dist/dialog-polyfill.js#L487
This function is running too long
in my code in firefox i have