{"version":3,"file":"verbs-DitKJg8Y.js","sources":["../../../node_modules/@rails/request.js/src/verbs.js"],"sourcesContent":["import { FetchRequest } from './fetch_request'\n\nasync function get (url, options) {\n const request = new FetchRequest('get', url, options)\n return request.perform()\n}\n\nasync function post (url, options) {\n const request = new FetchRequest('post', url, options)\n return request.perform()\n}\n\nasync function put (url, options) {\n const request = new FetchRequest('put', url, options)\n return request.perform()\n}\n\nasync function patch (url, options) {\n const request = new FetchRequest('patch', url, options)\n return request.perform()\n}\n\nasync function destroy (url, options) {\n const request = new FetchRequest('delete', url, options)\n return request.perform()\n}\n\nexport { get, post, put, patch, destroy }\n"],"names":["get","url","options","FetchRequest","post","put","patch","destroy"],"mappings":"gDAEA,eAAeA,EAAKC,EAAKC,EAAS,CAEhC,OADgB,IAAIC,EAAa,MAAOF,EAAKC,CAAO,EACrC,QAAS,CAC1B,CAEA,eAAeE,EAAMH,EAAKC,EAAS,CAEjC,OADgB,IAAIC,EAAa,OAAQF,EAAKC,CAAO,EACtC,QAAS,CAC1B,CAEA,eAAeG,EAAKJ,EAAKC,EAAS,CAEhC,OADgB,IAAIC,EAAa,MAAOF,EAAKC,CAAO,EACrC,QAAS,CAC1B,CAEA,eAAeI,EAAOL,EAAKC,EAAS,CAElC,OADgB,IAAIC,EAAa,QAASF,EAAKC,CAAO,EACvC,QAAS,CAC1B,CAEA,eAAeK,EAASN,EAAKC,EAAS,CAEpC,OADgB,IAAIC,EAAa,SAAUF,EAAKC,CAAO,EACxC,QAAS,CAC1B","x_google_ignoreList":[0]}