Luca Casonato

Results 467 comments of Luca Casonato

> What about encodeInto()? Added - forgot it existed. > Why would that be confusing? Just checked spec - wouldn't just be confusing but also against webidl spec: "The identifier...

https://github.com/whatwg/webidl/pull/1098 should technically unblock this. Are any browser vendors objected to this? If not, I'd like to start work on this.

> since the WebIDL layer is a perf bottle neck @hsivonen How so? In Deno we have an optimized path in our WebIDL bindings for this specific API that bypasses...

> Gecko doesn't actually use USVString in TextEncoder WebIDL, either. However, the WebIDL layer still has enough overhead that e.g. wasm-bindgen [conditionally avoids](https://github.com/rustwasm/wasm-bindgen/blob/57b1a57c5e221d5d66a34df9e6152c45de8da561/crates/cli-support/src/js/mod.rs#L1451-L1452) going through the WebIDL layer. Mh, that...

@HaQadosch Yes, you should import it like that. Closing this as the example works.

Closing because of non response.

I can not reproduce this issue.

Closing in favour of your superseding PR.

Closing because multi-root workspace support is an upstream Deno issue, and not specific to Fresh.