In the 4.x javascript api is there a "TileLayer" option like openlayers where the request is broken into multiple tile requests against a MapImageLayer? This is not for a cached service but a dynamic service and returns dynamic images.
I tried the TileLayer in the 4.x on a non-cached service and get an error (Cannot read property 'pause' of null. from MapView.js.
What I am after is the API to split (tile) the request into smaller requests and return images as they are rendered by ArcGIS Server.