hugg95 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

goog.testing.fs.Blob takes the wrong argument type #576

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The argument type of the Blob constructor is

{Array.<ArrayBufferView|Blob|string>=}

but goog.testing.fs.Blob takes an argument of type {string=}.  This makes it 
less useful when mocking Blob.

Original issue reported on code.google.com by bem...@google.com on 25 Jul 2013 at 9:50