mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-11-08 15:26:39 +00:00
支持 mac
This commit is contained in:
19
npm-packages/mac-v2.4.x/canvas/changes
Normal file
19
npm-packages/mac-v2.4.x/canvas/changes
Normal file
@@ -0,0 +1,19 @@
|
||||
toBuffer and other canvas methods were static and unwrapped
|
||||
the this arg. this seemed weird. they are now instance
|
||||
methods since that's how object wrap works, XXX add
|
||||
instanceof checks?
|
||||
|
||||
node-canvas no lunger flushes microtasks when calling stream
|
||||
cbs XXX wait now that I say it that sounds wrong?
|
||||
|
||||
we don't need CHECK_RECEIVER anymore? dbl check that?
|
||||
|
||||
TODO: check changes from As<X> to AsX. bad assumption.
|
||||
|
||||
dbl check try catch changes?
|
||||
|
||||
Error is now CairoError
|
||||
|
||||
global this in all callbacks, streamPNGSync now flushes microtasks
|
||||
|
||||
streamPDF uses MakeCallback, not runInAsyncScope
|
||||
Reference in New Issue
Block a user