fix: prevent crash on jsdom when preloading CSSOM#3754
fix: prevent crash on jsdom when preloading CSSOM#3754straker merged 2 commits intodequelabs:developfrom
Conversation
|
The fix LGTM. I don't understand what's going on with CI though. |
|
Thanks for the pr. Could you try pushing an empty commit to see if that fixes the checks? |
- cssom package does not implement StyleSheet.media
e8d207b to
98a0c7e
Compare
|
I used the @stephenmathieson could you re-approve so we'll see if CI is now stable? |
|
The CI seems to remain stuck. Any ideas what's going on? |
|
Unfortunately I don't know what's going on with Circle. I've looked around but it seems the only answer is to contact Circle support and see if they can fix it. Before I do that though, I'm going to try committing to your pr and see if that triggers the build. |
|
Well that seems to have worked. |
|
Reviewed for security |
<< Describe the changes >>
Adds a simple
ifto check whetherStyleSheethasmedia.Closes #3753