cognitedata / oryx

.NET Cross platform and highly composable middleware for building web request handlers in F#
Apache License 2.0
202 stars 10 forks source link

Blazor support #81

Open srid opened 3 years ago

srid commented 3 years ago

When using this library on a Blazor client-side app running on WebAssembly, it throws:

image

At least the http-client part of the library should be able to work on the browser?

dbrattli commented 3 years ago

I see we use Stopwatch to measure the fetch time for each request and we want to measure that without measuring the rest of the pipeline as well. Will need to look more deeper into this to see if it's possible to e.g refactor it out as a separate assembly.