{"version":3,"file":"verbs-BXEAKxlr.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","patch"],"mappings":"gDAEA,eAAeA,EAAKC,EAAKC,EAAS,CAEhC,OADgB,IAAIC,EAAa,MAAOF,EAAKC,CAAO,EACrC,QAAO,CACxB,CAEA,eAAeE,EAAMH,EAAKC,EAAS,CAEjC,OADgB,IAAIC,EAAa,OAAQF,EAAKC,CAAO,EACtC,QAAO,CACxB,CAOA,eAAeG,EAAOJ,EAAKC,EAAS,CAElC,OADgB,IAAIC,EAAa,QAASF,EAAKC,CAAO,EACvC,QAAO,CACxB","x_google_ignoreList":[0]}