版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 line
582 B

  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