Omar Alshaker

Results 79 comments of Omar Alshaker

Sorry, I misunderstood the question. The full stack app you've seen covers Palindrom to a good extent. It benchmarks several ops from arrival to applying, which is a pure Palindrom...

I reponed this issue because this isn't documented yet.

> However, we need to add tests and docs for such scenario. The tests do run in Node and test all Palindrom features that are tested in the browser. See...

You have two ways to do this. You can subscribe to `palindrom-after-navigation` event that is dispatched on `window`. Or you can do `await morphUrl(url)` as morphUrl is `async` now!

Axios has a `timeout` prop that I could set quite easily. Maybe set it when debug == false?

> Can this just be a configurable option? requestTimeoutS Sure, why not, On it. > Will the Axios timeout work both for HTTP and WebSocket? Not really. And WebSockets don't...

What a relief, much easier.

> When Palindrom receives Location header in the response to the application/json-patch+json request, should it change the URL in the address bar to the value of that header? Apparently, Palindrom...