Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Globally registers an async function name to trigger automatic addition of the await keyword when the function is used. This API can be used during server startup to load and register global globally shared function names.

Parameters

  1. (String) Function name

...