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 81aaab7 commit c111e13Copy full SHA for c111e13
doc/api/deprecations.md
@@ -923,6 +923,15 @@ Type: End-of-Life
923
924
The `--with-lttng` compile time option is removed.
925
926
+<a id="DEP0102"></a>
927
+### DEP0102: Using `noAssert` in Buffer#(read|write) operations.
928
+
929
+Type: End-of-Life
930
931
+Using the `noAssert` argument has no functionality anymore. All input is going
932
+to be verified, no matter if it is set to true or not. Skipping the verification
933
+could lead to hard to find errors and crashes.
934
935
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
936
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
937
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
0 commit comments