Results 315 comments of Khafra

It looks as though they behave similarly, with the benefit of ws' approach being able to lazily set the buffers and allocate an exact buffer size. Both would have to...

sorry, didn't get a notification for your comment in the issue?

This is a bug in node. I will give some more context in a little bit.

I forgot to follow up, but here are the steps (this follows through multiple specs so I will link each one). 1. The [Blob constructor](https://w3c.github.io/FileAPI/#constructorBlob) calls [process blob parts](https://w3c.github.io/FileAPI/#process-blob-parts). 2....

> A JavaScript value value is a platform object if [Type](https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values)(value) is Object and if value has a [[PrimaryInterface]] internal slot. > The primary interface of a [platform object](https://webidl.spec.whatwg.org/#dfn-platform-object) is...

It won't be a semver-major issue, changes that are made for spec-compatibility are usually considered bug fixes. This bug was only caught in a WPT - the behavior is far...

The logic is sound on deno's end. A cookie cannot expire on the server, therefore a negative value is invalid. > ; In practice, both expires-av and max-age-av ; are...

You can set the value to 0 which will instantly delete the cookie. I don't know if it's a bug in Deno's implementation, but it does make sense that you...

I don't have a strong opinion on this, but at the minimum an issue should be reported in the denostd repo.