-
The confirm utility function simulates the native confirm method, allowing quick opening of a dialog box with confirm and cancel options.
-
The notice utility function is implemented by the Dialog library, which can quickly open a text notification and customize the opening position.
-
The alert utility function can quickly open a warning dialog that requires clicking 'confirm' to close, serving as a replacement for the native alert method.