kuangshy
Results
1
comments of
kuangshy
Before calling the `toXXX` API,You can try to override `XMLSerializer.prototype.serializeToString` in the following way ``` const { serializeToString } = XMLSerializer.prototype; const clearTextBackgroundClip = (element) => { if (element.style?.webkitBackgroundClip ===...