- Description:
Our validator that splits the user's input then fires off to a webservice
- Source:
- Copyright:
- 2020 Mathew May
- 2020 Mathew May
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Our validator that splits the user's input then fires off to a webservice
Methods
(inner) validation(inputElement) → {Promise}
- Description:
Handle form validation
- Source:
Parameters:
Name | Type | Description |
---|---|---|
inputElement |
HTMLElement | The element the user entered text into. |
Returns:
Was the users' entry a valid profile URL?
- Type
- Promise