more logs

This commit is contained in:
nick-delirium 2025-05-15 11:09:29 +02:00
parent 2a583d9638
commit 5053e83bf0
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -393,6 +393,7 @@ export default abstract class Observer {
this.inlinerOptions?.forceFetch, this.inlinerOptions?.forceFetch,
this.inlinerOptions?.forcePlain, this.inlinerOptions?.forcePlain,
(cssText: string, fakeTextId: number) => { (cssText: string, fakeTextId: number) => {
console.log('fakeTextId', fakeTextId, id, cssText)
this.app.send(CreateTextNode(fakeTextId, id, 0)) this.app.send(CreateTextNode(fakeTextId, id, 0))
setTimeout(() => { setTimeout(() => {
this.app.send(SetCSSDataURLBased(fakeTextId, cssText, this.app.getBaseHref())) this.app.send(SetCSSDataURLBased(fakeTextId, cssText, this.app.getBaseHref()))