版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
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