higher level File and FileRead

File File component wrapping the native File and FileReader objectswith a higher level API. Installation node.js: $ npm install file-component browser: $ component install component/file EventsReader e

A wrapper around the FileReade

angular-filereader A wrapper around the FileReader javascript API Note: this is incomplete and merely an exercise. I took the idea and most of the code from http://odetocode.com/blogs/scott/archive/201

HTML5 FileAPI `FileReader` for

FileReader HTML5 FileAPI FileReader for Node.JS(could potentially be modified to work with older browsers as well). See https://github.com/node-file-api/file-api and https://developer.mozilla.org/en-US

Wraps FileReader in a Promise

promise-file-reader Wraps FileReader in a Promise Install npm install --save promise-file-reader UsageBasic syntax const PromiseFileReader = require('promise-file-reader');PromiseFileReader.readAsDataU

Hashing big file with FileRead

Hash FileReader JS Hashing big file with FileReader JS website example: https://lvaccaro.github.io/hashfilereader/medium post: https://medium.com/@0xVaccaro/hashing-big-file-with-filereader-js-e0a5c898

Read an HTML5 File object (fro

filereader-stream Given an HTML5 File object (from e.g. HTML5 drag and drops), turn it into a readable stream. install Use it with npm browserify $ npm install filereader-stream example var drop = requ

A lightweight wrapper for the

FileReader.js http://bgrins.github.com/filereader.js/ A small library independant wrapper for the JavaScript FileReader interface. This plugin is open source under the MIT License. It was developed in

FileReader Exploit

CVE-2019-5786 Chrome 72.0.3626.119 stable FileReader UaF exploit for Windows 7 x86. This exploit uses site-isolation to brute-force the vulnerability. iframe.html is the wrapper script that loads the e

ionic自带的日历插件ionic-datepicker。项

ionic-datepicker ionic自带的日历插件ionic-datepicker。项目中用到了两种插件,一个是改造成选择日历日期;一个改造成签到显示日期。 博客地址http://blog.csdn.n

一个简单的前端模板引擎

template 一个简单的前端模板引擎 简介 一个简单的前端模板引擎,基于John Resig的Micro-Templating构建。 % logic %%= 输出 % 区别如下: 1、去掉自动缓存,避免不必

前端模板引擎性能测试项目,个别引擎做了优化