Andreu Botella
Andreu Botella
This lint as proposed would make life significantly harder for people who do use bidirectional text, so in the long run it would be better to try and detect bidi...
There is some level of support for SVG that deno-dom could have without (before) having to implement a full-on XML parser. For example, the HTML syntax supports embedded SVG, and...
There's https://github.com/web-platform-tests/wpt/blob/master/wasm/webapi/contenttype.any.js, but it doesn't test zero or multiple `Content-Type` headers. > It might be worth considering if we should align `application/wasm` with how we handle other MIME types, but...
@piscisaureus PTAL
This is not ready for merging – the generics probably need changes, and I didn't add tests to `scope.rs` because they'd probably have to be reworked after the changes –...
It should be possible to create a `TryCatch` inside an Allow scope, and I guess it might be useful to have a `TryCatch` inside a Disallow scope created with `ThrowOnFailure`,...
Filed as a V8 bug: https://bugs.chromium.org/p/v8/issues/detail?id=12379
I found another case where the `Deref` of a `BackingStore` might be UB, even in the non-shared case: for length-zero `BackingStore`s, it seems like the pointer returned by `bs.data()` is...
I believe this would also let us wake the tokio context in Deno when the module is done compiling, which would make it no longer necessary to keep the event...
"Clarify:" might work for clarifications, but not for examples. "Non-normative:" would be good enough, but I often struggle keeping my commit messages to 72 characters.