This repository was archived by the owner on Jun 16, 2022. It is now read-only.
This repository was archived by the owner on Jun 16, 2022. It is now read-only.
Synchronizing inline styles #11
Open
Description
Currently only styles that come from external stylesheets can be synced. This is due to limitations of onResourceContentCommitted
/onResourceAdded
- https://github.com/ChromeDevTools/EmulatedDeviceLab/blob/master/lib/devtools.js . One way to fix that will be by using MutationObservers.