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

Adds passive/once to EventListenerOptions type #357

Merged
merged 5 commits into from
Dec 15, 2018
Merged

Commits on Dec 12, 2018

  1. Adds passive/once to EventListenerOptions type

    Fixes #325.
    
    Despite this supposedly being in TypeScirpt (microsoft/TypeScript#9548), it's not, so we augment the type here.
    
    Also adds tests for `once` and `passive` options.
    Steven Orvell committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4339387 View commit details
    Browse the repository at this point in the history
  2. Update changelog and format.

    Steven Orvell committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a108886 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Update to use AddEventListenerOptions

    Steven Orvell committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    47de92b View commit details
    Browse the repository at this point in the history
  2. Fix passive event listener test so that it's actually skipped on unsu…

    …pported browsers.
    Steven Orvell committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    e2530f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Configuration menu
    Copy the full SHA
    c1f82f2 View commit details
    Browse the repository at this point in the history