Taym Haddadi
Taym Haddadi
> Now that [#32898](https://github.com/servo/servo/issues/32898) has merged, this is an actionable issue: using the previous PR as example [#34167](https://github.com/servo/servo/pull/34167), and applying it to the stream code added in [#32898](https://github.com/servo/servo/issues/32898). this can...
> Dom Ah missed `Trusted `, I will make PR soon
I am working on this > > #### Bytes Streams > - [x] Add support in `ReadableStream`(see various `todo!`). > - [x] [`ReadableStreamBYOBReader`](https://streams.spec.whatwg.org/#byob-reader-class) > - [x] [`ReadableByteStreamController`](https://streams.spec.whatwg.org/#rbs-controller-class) > - [x]...
working on AbortController https://github.com/servo/servo/issues/34866
> This is not currently on the roadmap but I'll take a stab at implementing [`TextDecoderStream`](https://encoding.spec.whatwg.org/#textdecoderstream), because overleaf uses it. Yes, sure. It's not part of Streams spec, it's another...
Btw TextEncoderStream can also be implemented: https://github.com/servo/servo/issues/37724
> @Taym95 @janvarga @jdm @arihant2math This completes the initial refactoring; I will try to run the tests tomorrow and fix any issues that come-up. Welcome to take a look already....
I will get back to this after https://github.com/servo/servo/pull/35991 is merged
This is really interesting, but having a tool or a repo to reproduce this would help a lot.
Looks like running getClientRects() on an svg with an empty perspective tree triggered a dom state where the node’s stored ScrollTreeNodeId no longer exists in the freshly built tree, so...