版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

20 satır
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