more logs

This commit is contained in:
nick-delirium 2025-05-15 10:05:45 +02:00
parent fdbb223cd3
commit 2a583d9638
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -375,7 +375,7 @@ export default abstract class Observer {
return
}
if (name === 'style' || (name === 'href' && hasTag(node, 'link'))) {
console.log('rel' in node, node.rel === 'stylesheet', this.inlineRemoteCss, this.inlinerOptions)
console.log('rel' in node, node.rel, this.inlineRemoteCss, this.inlinerOptions)
if ('rel' in node && node.rel === 'stylesheet' && this.inlineRemoteCss) {
setTimeout(() => {
inlineRemoteCss(