MCPcopy Index your code
hub / github.com/ampproject/amphtml / append

Method append

src/form-data-wrapper.js:156–158  ·  view source on GitHub ↗

* @param {string} name * @param {string|!File} value * @param {string=} opt_filename * @override

(name, value, opt_filename)

Source from the content-addressed store, hash-verified

154 * @override
155 */
156 append(name, value, opt_filename) {
157 this.formData_.append(name, value);
158 }
159
160 /** @override */
161 delete(name) {

Callers 15

sxgTransformFunction · 0.45
test-xhr.jsFile · 0.45
test-slot.jsFile · 0.45
getFormDataMethod · 0.45
constructorMethod · 0.45
appendMethod · 0.45
fairgroundFunction · 0.45
cleverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected