Sfoglia il codice sorgente

Update README

master
parent
commit
9563565723
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      README.md

+ 1
- 1
README.md Vedi File

@@ -73,7 +73,7 @@ const submitter = form.querySelector('[type="submit"][name="type"][value="client
const values = getFormValues(form, { submitter });

const processResult = (result: Record<string, unknown>) => {
throw new Error('Not yet implemented.');
throw new Error('Not yet implemented.');
};

// Best use case is with event handlers


Caricamento…
Annulla
Salva