Posts by Lucas Vernareccia • 13 points
1 post
-
1
votes1
answer33
viewsQ: I need to return the parsing result of the XHR request to the Class scope
class AjaxHelper { constructor( service, requestType, bol ) { this._uri = service; this._requestType = requestType; this._async = bol; this._domain =…
javascriptasked Lucas Vernareccia 13