(error: Error)
| 468 | // `sheet` property is not null, |
| 469 | // but `cssRules` access error is thrown |
| 470 | function isStillLoadingError(error: Error) { |
| 471 | return error && error.message && error.message.includes('loading'); |
| 472 | } |
| 473 | |
| 474 | // Seems like Firefox bug: silent exception is produced |
| 475 | // without any notice, when accessing <style> CSS rules |