- Intro
- Class Api
- Functional Api
- Advanced
- Access Control
- Permissions
- OperationStack
- Metrics
- Queries & Filters
- Catalogs & Collections
- Composing Workflows
- Developers
- Legacy
Getting started
@esri/hub.js can be deployed with a variety of build tools:
Requirements
@esri/hub.js takes advantage of web standards that are supported in all modern desktop browsers and most mobile browsers.
Browser Support
@esri/hub.js is supported in the same browsers as the ArcGIS API for JavaScript.
- Chrome
- Edge
- Firefox
- Safari 9 and later
- iOS Safari
- IE11
IE11 and older mobile browsers require polyfills.
Node.js Support
@esri/hub.js is supported in Node.js 6.x and above. It requires additional packages to polyfill Fetch
and FormData
.
We recommend the ones below:
isomorphic-fetch
- to polyfill 'Fetch'isomorphic-form-data
- to polyfill 'FormData'
Other versions of Node.js may also work with appropriate polyfills but we cannot guarantee support.