
- some files in zlib.js upstream had missing source code themselves (closure-compiler.jar) or are not needed here, and have been removed to save space; see debian/missing-sources/README for details
11 lines
311 B
JavaScript
11 lines
311 B
JavaScript
goog.require('Zlib.InflateStream');
|
|
|
|
goog.exportSymbol('Zlib.InflateStream', Zlib.InflateStream);
|
|
goog.exportSymbol(
|
|
'Zlib.InflateStream.prototype.decompress',
|
|
Zlib.InflateStream.prototype.decompress
|
|
);
|
|
goog.exportSymbol(
|
|
'Zlib.InflateStream.prototype.getBytes',
|
|
Zlib.InflateStream.prototype.getBytes
|
|
); |