infinum / datx

DatX is an opinionated JS/TS data store. It features support for simple property definition, references to other models and first-class TypeScript support.
https://datx.dev
MIT License
140 stars 7 forks source link

Handle response content type #1206

Open DarkoKukovec opened 11 months ago

DarkoKukovec commented 11 months ago

Relevant version

Relevant libraries

Breaking change

No

Description

Sometimes, the server doesn't implement the response as expected, so we should hand e this.

We should add a browserParsingMethod property into the network config: