Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add event handler #366

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add event handler #366

wants to merge 5 commits into from

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    3cf7dfb View commit details
    Browse the repository at this point in the history
  2. Add event handler.

    - Current use is for custom handling of warnings.
    - Replay events when using cached contexts.
    - Flexible chainable handlers. Can use functions, arrays, object
      code/function map shortcut, or a combination of these.
    - Use handler for current context warnings.
    davidlehn committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    32f481a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84e691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0478801 View commit details
    Browse the repository at this point in the history
  5. Use object spread.

    davidlehn committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1ebcc1f View commit details
    Browse the repository at this point in the history