Method: Browser::FormData#include?
- Defined in:
- opal/browser/form_data.rb
#include?(key) ⇒ Boolean
Checks if a field of this name exists in this FormData instance
216 217 218 |
# File 'opal/browser/form_data.rb', line 216 def include?(key) `#@native.has(#{key})` end |