diafygi/myLock

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

Open

#4 aberto em 28 de jul. de 2014

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees) (2 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (16 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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)

Guia do colaborador