UNPKG

pull-file-reader

Version:

Read an HTML5 File object (from e.g. HTML5 drag and drops) as a pull stream source.

14 lines (13 loc) 270 B
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="uft-8"> <title>pull-file-reader</title> <style type="text/css"> html, body { width: 100%; height: 100%; } </style> </head> <body> <script src="test.js" type="text/javascript"></script> </body> </html>