Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 813 Bytes

Utils

Helpers for dealing with Podcast related data structure and handling Javascript quirkses

Utils

  • chapters: tooling to parse chapters and find active entries
  • color: default colors and luminosity calculations
  • detect: mobile/desktop detection
  • dom: functional dom helpers
  • helper: the misc file every project needs :/
  • keyboard: event listeners and keycode parser
  • localstorage: safe localstorage abstraction
  • location: player url parameter parser
  • math: math helpers to get more robust float calculations
  • predicates: predicate helpers
  • request: ajax helpers for json and html requests
  • sandbox: iframe sandbox utils
  • search: binary and text search functions
  • throttle: throttle helper
  • time: time player parsing/transformation
  • url: hostname helpers
  • useragent: user agent parser