Skip to content

isFormDataLike

isFormDataLike(value): value is FormData

Defined in: runtime-primitives.ts:74

Check whether a value behaves like a browser FormData instance.

unknown

Value to test before transport serialization.

value is FormData

true when the current runtime exposes FormData and the value is an instance of it.