Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. FormData class
FormData
description

FormData class

Annotations
  • @SupportedBrowser.new(SupportedBrowser.CHROME)
  • @SupportedBrowser.new(SupportedBrowser.FIREFOX)
  • @SupportedBrowser.new(SupportedBrowser.IE, '10')
  • @SupportedBrowser.new(SupportedBrowser.SAFARI)
  • @Native.new("FormData")

Constructors

FormData([FormElement?form])
factory

Properties

hashCodeint
The hash code for this object.
no setterinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

append(Stringname,Stringvalue)→ void
appendBlob(Stringname,Blobvalue, [String?filename])→ void
delete(Stringname)→ void
get(Stringname)Object?
getAll(Stringname)List<Object>
has(Stringname)bool
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Stringname,dynamicvalue, [String?filename])→ void
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

supportedbool
Checks if this type is supported on the current platform.
no setter
  1. Dart
  2. dart:html
  3. FormData class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp