Fixed #1197
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import { isJSONContentType } from "~/helpers/utils/contenttypes"
|
||||||
|
|
||||||
export const JSFetchCodegen = {
|
export const JSFetchCodegen = {
|
||||||
id: "js-fetch",
|
id: "js-fetch",
|
||||||
name: "JavaScript Fetch",
|
name: "JavaScript Fetch",
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import { isJSONContentType } from "~/helpers/utils/contenttypes"
|
||||||
|
|
||||||
export const JSXHRCodegen = {
|
export const JSXHRCodegen = {
|
||||||
id: "js-xhr",
|
id: "js-xhr",
|
||||||
name: "JavaScript XHR",
|
name: "JavaScript XHR",
|
||||||
|
|||||||
Reference in New Issue
Block a user