mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Update some TODOs for a 2.0 release
This commit is contained in:
parent
f738d73390
commit
b00dc80946
7 changed files with 20 additions and 5 deletions
|
@ -15,7 +15,7 @@ import { getConnectedPort } from './common.js';
|
|||
import { findMimeType } from '../file/sniffer.js';
|
||||
|
||||
// Exported as a convenience (and also because this module used to contain these).
|
||||
// TODO(bitjs): Remove this export in a future release?
|
||||
// TODO(2.0): Remove this export, since they have moved to events.js.
|
||||
export {
|
||||
UnarchiveAppendEvent,
|
||||
UnarchiveErrorEvent,
|
||||
|
@ -288,6 +288,8 @@ export class Untarrer extends Unarchiver {
|
|||
getScriptFileName() { return './untar.js'; };
|
||||
}
|
||||
|
||||
// TODO(2.0): When up-revving to a major new version, remove the string type for options.
|
||||
|
||||
/**
|
||||
* Factory method that creates an unarchiver based on the byte signature found
|
||||
* in the ArrayBuffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue