Comparing version 0.3.8 to 0.3.9
@@ -76,4 +76,4 @@ import { IncomingMessage, ServerResponse } from 'http'; | ||
/** | ||
* Recieve an error and return the corresponding response.<br> | ||
* H3 internally uses this fucntion to handle unhandled errors.<br> | ||
* Receive an error and return the corresponding response.<br> | ||
* H3 internally uses this function to handle unhandled errors.<br> | ||
* Note that calling this function will close the connection and no other data will be sent to client afterwards. | ||
@@ -80,0 +80,0 @@ * |
{ | ||
"name": "h3", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Tiny JavaScript Server", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/h3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52246