Patrick Arlt
Patrick Arlt
In order to support https://github.com/Esri/maplibre-arcgis/issues/19 we need to add support for `f=pbf` to both [`queryFeatures()`](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryFeatures/) and [`queryAllFeatures()`](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/queryAllFeatures/). Rowan had kindly supported us porting his work in [`arcgis-pbf-parser`](https://github.com/rowanwins/arcgis-pbf-parser/) into REST JS...
Now that we are free from Karma and Jasmine (yay @dixonyant!) I've updated the dependencies for TypeScript, TypeDoc, ESLint and Rollup. This fixes problems with peer dependencies and means we...
In https://github.com/Esri/arcgis-rest-js/issues/1187 I did some research on what it would take to update to TypeScrpit 5 and determined that we cannot (or that it would be really difficult too) without...