We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad8b0b commit c20745aCopy full SHA for c20745a
lib/packme.mjs
@@ -4,7 +4,7 @@ class PackMe {
4
#onError;
5
#factory = {};
6
7
- constructor(/** handler */ onError) {
+ constructor(/** function */ onError) {
8
this.#onError = onError;
9
}
10
0 commit comments