Home > Enterprise >  Sweetalert Loading Screen Before .withsuccesshandler
Sweetalert Loading Screen Before .withsuccesshandler

Time:06-22

i'm integrating sweetalert2 in my Google Workspace Addon. The code is simple.

Functions for sucess and error.

<script>
function swalsuccess() {

Swal.fire({
  title: '¡Hecho!',
  text: 'El script se ha ejecutado            
  • Related