Explorar el Código

Update README

master
TheoryOfNekomata hace 3 años
padre
commit
9563565723
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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


Cargando…
Cancelar
Guardar