diafygi/myLock

Add check for browser requirements and show warning when requirements aren't met

Open

#4 opened on Jul 28, 2014

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (2 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

Off the top of my head, need to check for compatibility with:

  • Blobs
  • Web Workers
  • window.crypto.getRandomValues()
  • Typed Arrays
  • IndexDB (if I start to use that for temporary storage for large files)

Contributor guide