UNPKG

582 BPlain TextView Raw
1toBuffer and other canvas methods were static and unwrapped
2the this arg. this seemed weird. they are now instance
3methods since that's how object wrap works, XXX add
4instanceof checks?
5
6node-canvas no lunger flushes microtasks when calling stream
7cbs XXX wait now that I say it that sounds wrong?
8
9we don't need CHECK_RECEIVER anymore? dbl check that?
10
11TODO: check changes from As<X> to AsX. bad assumption.
12
13dbl check try catch changes?
14
15Error is now CairoError
16
17global this in all callbacks, streamPNGSync now flushes microtasks
18
19streamPDF uses MakeCallback, not runInAsyncScope