transit

TC 2022-12-27T21:46:40.491149Z

Any tips for viewing transit in the network tab of Chrome’s devtools? It’s hard to read visually there compared to using JSON.

p-himik 2022-12-27T21:51:14.116909Z

You can use it with :json-verbose to prevent caching of some values.

TC 2022-12-27T21:52:31.957569Z

I’ll try that out. Thanks!