more logs
This commit is contained in:
parent
2a583d9638
commit
5053e83bf0
1 changed files with 1 additions and 0 deletions
|
|
@ -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()))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue