turbo-stream
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -35,8 +35,2 @@ import { flatten } from "./flatten.js"; | ||
} | ||
class SyntaxError extends Error { | ||
name = "SyntaxError"; | ||
constructor(message) { | ||
super(message ?? `Invalid input`); | ||
} | ||
} | ||
async function decodeInitial(reader) { | ||
@@ -43,0 +37,0 @@ const read = await reader.read(); |
{ | ||
"name": "turbo-stream", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
16665
403