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

Utils typescript #2182

Merged
merged 8 commits into from
Mar 27, 2019
Merged

Utils typescript #2182

merged 8 commits into from
Mar 27, 2019

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    35bb1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba76b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31a39dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9129556 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Update src/is-supported.ts

    Co-Authored-By: itsjamie <1956521+itsjamie@users.noreply.github.com>
    tjenkinson and itsjamie committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    1687e69 View commit details
    Browse the repository at this point in the history
  2. Consistent line terminator in return type

    Both ; and , are allowed because the newline seems to be what matters to line terminate. Just using it consistently in this file.
    itsjamie committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    b6dc9f0 View commit details
    Browse the repository at this point in the history
  3. Use type instead of interface

    Simple POJO definition gets simple type def.
    itsjamie committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    40245a3 View commit details
    Browse the repository at this point in the history
  4. Narrow definition of media

    This narrows the definition of what we accept as "media" to something that is "Bufferable". Which is an object with a "buffered" property that contains `TimeRanges`.
    itsjamie committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    9163340 View commit details
    Browse the repository at this point in the history