MCPcopy Create free account
hub / github.com/awslabs/llrt / fetch.formdata.test.ts

File fetch.formdata.test.ts

tests/unit/fetch.formdata.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe("FormData class", () => {
2 it("should append and get string values", () => {
3 const fd = new FormData();
4

Callers

nothing calls this directly

Calls 10

pushMethod · 0.80
valuesMethod · 0.65
fromMethod · 0.65
appendMethod · 0.45
getMethod · 0.45
setMethod · 0.45
hasMethod · 0.45
deleteMethod · 0.45
keysMethod · 0.45
entriesMethod · 0.45

Tested by

no test coverage detected