Luca Casonato

Results 467 comments of Luca Casonato

I'd also be interested to hear from WebKit (@annevk) and Gecko (@valenting) on this issue

I'd prefer: ``` echo '' | deploytl deploy - ```

Please add a test to ensure that user code can not dynamically (or statically) import `internal:` specifiers.

@samdoeswork Thanks for opening an issue. You should create a deployment every time you want to modify code or configuration. Deployments are immutable snapshots of your code, dependencies, and configuration....

That's interesting. This test passes in the reference implementation and in Deno's implementation. Is it possible your implementation diverges from the spec elsewhere?

I'll investigate which exact code path is taken here in the reference implementation next week!

@saschanaz No, not of any specifics. The background here is this issue: https://github.com/whatwg/fetch/issues/1291#issuecomment-2009010502. @annevk mentioned we'd need to figure out how to make this work IDL wise. This is my...

> I wonder how this ends up working in practice. Say you have Blob or async iterable or DOMString. If you pass in a Blob with @@asyncIterable support, how is...

@MattiasBuelens I was not aware of this behaviour in Streams. I think we should stick with the behaviour where `async iterator` must be an object in this PR (mirroring `sequence`)....