Anna Henningsen

Results 213 comments of Anna Henningsen

I love it! :3 Could `LTS` be `LTS`? Would that work in Electron?

> Maybe we could add a _"Error message copied to clipboard"_ popup when the user press on the error message? Sounds like a good idea to me :)

I’d definitely like to be involved in this, yes. Also, maybe /cc @fs-eire … please let me know if this is not the kind of thing you want to be...

> I've tried using the unstable APIs, and they aren't fun to keep up with :sweat_smile: A big part of that is that they haven’t ever been designed as a...

Just two quick things to note: - I don’t know if that’s implied here, but I don’t think we can get away with a default where people have only a...

> One obvious route is to release regular (exe) and libnode separately, against a specified version. I agree, that is probably the best way forward. Dynamic linking can be pretty...

I think this would have to be a language feature, because the only difference between `Buffer` and `Uint8Array` is that the former has a few more prototype methods.

/cc @nodejs/open-standards (I guess?)

Yeah, that’s a good point to figure out when bringing this to TC39 – would we want read-only ArrayBufferViews, or read-only ArrayBuffers, or both?

Okay, so assuming that what we’d ideally want is: 1. Read-only `ArrayBuffer`s (presumably r/o from the start, not explicitly frozen?), which can only have read-only `ArrayBufferView`s 2. Read-only `ArrayBufferView`s, over...