LazyWrite icon indicating copy to clipboard operation
LazyWrite copied to clipboard

Skip some document.write from lazywrite

Open thiagonzalez opened this issue 11 years ago • 1 comments

Can I skip some document.write call from lazywrite? I don't want to lazy everything, just some cases.

thiagonzalez avatar Sep 16 '14 17:09 thiagonzalez

Yes, you can use the manual mode: use rander(). See prepare() or as AMD module.

But, you can not skip the document.write in the document.write.

shenjunru avatar Sep 17 '14 02:09 shenjunru