From a16643c8f9af1f6109a2ccb30cec6575e4ac4d55 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 2 May 2017 16:35:16 -0700 Subject: [PATCH] Fix a bit of documentation that doesn't apply to Protobuf.js 5 --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 08489f9c..fb313ac8 100644 --- a/index.js +++ b/index.js @@ -64,8 +64,6 @@ grpc.setDefaultRootsPem(fs.readFileSync(SSL_ROOTS_PATH, 'ascii')); * Buffers. Defaults to false * - longsAsStrings: deserialize long values as strings instead of objects. * Defaults to true - * - enumsAsStrings: deserialize enum values as strings instead of numbers. - * Defaults to true * - deprecatedArgumentOrder: Use the beta method argument order for client * methods, with optional arguments after the callback. Defaults to false. * This option is only a temporary stopgap measure to smooth an API breakage.