MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / _processAsync

Method _processAsync

src/common/iServer/ImageService.js:85–94  ·  view source on GitHub ↗
({ url, method, callback, data })

Source from the content-addressed store, hash-verified

83 }
84
85 _processAsync({ url, method, callback, data }) {
86 return this.request({
87 method: method || 'GET',
88 url,
89 data,
90 scope: this,
91 success: callback,
92 failure: callback
93 });
94 }
95}

Callers 3

getCollectionsMethod · 0.95
getCollectionByIDMethod · 0.95
searchMethod · 0.95

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected