版博士V2.0程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

20 行
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