void append(String name, [Blob? blobValue, String? filename]) => js_util.callMethod(this, 'append', [name, blobValue, filename]);