From 1836c40468948c27e9796b73e00ffb5f8504e88b Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Fri, 28 May 2021 17:34:59 +0200 Subject: [PATCH] Fix JSDoc type --- src/packet/packetlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet/packetlist.js b/src/packet/packetlist.js index 9d42bc16..7db6f417 100644 --- a/src/packet/packetlist.js +++ b/src/packet/packetlist.js @@ -40,7 +40,7 @@ class PacketList extends Array { /** * Parses the given binary data and returns a list of packets. * Equivalent to calling `read` on an empty PacketList instance. - * @param {Uint8Array | ReadableStream} bytes - binary data to parse * @param {Object} allowedPackets - mapping where keys are allowed packet tags, pointing to their Packet class * @param {Object} [config] - full configuration, defaults to openpgp.config * @returns {PacketList} parsed list of packets