
- 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
332 B
JavaScript
11 lines
332 B
JavaScript
goog.require('Zlib.RawInflateStream');
|
|
|
|
goog.exportSymbol('Zlib.RawInflateStream', Zlib.RawInflateStream);
|
|
goog.exportSymbol(
|
|
'Zlib.RawInflateStream.prototype.decompress',
|
|
Zlib.RawInflateStream.prototype.decompress
|
|
);
|
|
goog.exportSymbol(
|
|
'Zlib.RawInflateStream.prototype.getBytes',
|
|
Zlib.RawInflateStream.prototype.getBytes
|
|
); |