| 12345678910111213141516171819 | toBuffer and other canvas methods were static and unwrappedthe this arg. this seemed weird. they are now instancemethods since that's how object wrap works, XXX addinstanceof checks?node-canvas no lunger flushes microtasks when calling streamcbs XXX wait now that I say it that sounds wrong?we don't need CHECK_RECEIVER anymore? dbl check that?TODO: check changes from As<X> to AsX. bad assumption.dbl check try catch changes?Error is now CairoErrorglobal this in all callbacks, streamPNGSync now flushes microtasksstreamPDF uses MakeCallback, not runInAsyncScope
 |