Émile Fugulin

Results 702 comments of Émile Fugulin

@richarddavison Do you want to take that on or not?

@Darksonn a compromise might be to make a sync shutdown method public so we can make our own wrapper with a Drop method.

There is not, it would be a good addition sister crate but I dont have time to code this. If this is important for you please send a PR.

Yes sorry `Uint8Array`. That would work for the prototype, I probably also need something for the constructor to call the parent one.

I tried to use `JS_GetClassProto` with the class id of `Uint8Array` (12 at the moment), but it always returns an empty prototype for some reason. `JS_GetPrototype` on the globals does...

@chqrlie If you have time, still looking for guidance on it

I guess no resolution on this one

The prototype can get you the parent prototype but calling the constructor to create a subclass is really not self evident. Same idea to make instanceof work correctly. Anyway rquickjs...

Can we also pack into this PR the equivalent of `Arc::make_mut` @rklaehn ? Because its nice to be able to try it, but you are kind of stuck if you...

I made a zero-copy (if possible) version to convert directly to mut without going through a `Vec` first.