changes 582 B

12345678910111213141516171819
  1. toBuffer and other canvas methods were static and unwrapped
  2. the this arg. this seemed weird. they are now instance
  3. methods since that's how object wrap works, XXX add
  4. instanceof checks?
  5. node-canvas no lunger flushes microtasks when calling stream
  6. cbs XXX wait now that I say it that sounds wrong?
  7. we don't need CHECK_RECEIVER anymore? dbl check that?
  8. TODO: check changes from As<X> to AsX. bad assumption.
  9. dbl check try catch changes?
  10. Error is now CairoError
  11. global this in all callbacks, streamPNGSync now flushes microtasks
  12. streamPDF uses MakeCallback, not runInAsyncScope