Initial Commit
This commit is contained in:
19
node_modules/canvas/changes
generated
vendored
Normal file
19
node_modules/canvas/changes
generated
vendored
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