Daniel Kosík
Daniel Kosík
Streaming deserialization of **root-level JSON arrays** is already supported by System.Text.Json (the announcement is linked above in the OP) when using `JsonSerializer.DeserializeAsyncEnumerable`. But IIRC, when I last tried this in...
I would expect the common use-case to be to use this as a simple way to display/process individual items in real-time (as soon as they arrive), not waiting for the...
Maybe you could overlay a div (or a pseudoelement) on top of the video and use [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter) (working example: https://jsfiddle.net/gykpews4/2/). In Firefox it currently has to be enabled manually in...