Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/keepfool/vue-tutorials
/ isFormData
Function
isFormData
06.Router/basic/js/vue-resource.js:308–310 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
306
}
307
308
function
isFormData(obj) {
309
return
typeof FormData !==
'undefined'
&& obj instanceof FormData;
310
}
311
312
function
when(value, fulfilled, rejected) {
313
Callers
1
body
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected