File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ added: v8.4.0
757
757
758
758
Shortcut for ` http2stream.rstStream() ` using error code ` 0x00 ` (No Error).
759
759
760
- #### http2stream.rstWithProtocolError() {
760
+ #### http2stream.rstWithProtocolError()
761
761
<!-- YAML
762
762
added: v8.4.0
763
763
-->
@@ -766,7 +766,7 @@ added: v8.4.0
766
766
767
767
Shortcut for ` http2stream.rstStream() ` using error code ` 0x01 ` (Protocol Error).
768
768
769
- #### http2stream.rstWithCancel() {
769
+ #### http2stream.rstWithCancel()
770
770
<!-- YAML
771
771
added: v8.4.0
772
772
-->
@@ -775,7 +775,7 @@ added: v8.4.0
775
775
776
776
Shortcut for ` http2stream.rstStream() ` using error code ` 0x08 ` (Cancel).
777
777
778
- #### http2stream.rstWithRefuse() {
778
+ #### http2stream.rstWithRefuse()
779
779
<!-- YAML
780
780
added: v8.4.0
781
781
-->
@@ -784,7 +784,7 @@ added: v8.4.0
784
784
785
785
Shortcut for ` http2stream.rstStream() ` using error code ` 0x07 ` (Refused Stream).
786
786
787
- #### http2stream.rstWithInternalError() {
787
+ #### http2stream.rstWithInternalError()
788
788
<!-- YAML
789
789
added: v8.4.0
790
790
-->
You can’t perform that action at this time.
0 commit comments