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 ce2173b commit 82be00eCopy full SHA for 82be00e
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@openworkers/workers-types",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "TypeScript types for the OpenWorkers runtime",
5
"license": "MIT",
6
"repository": {
types/workers.d.ts
@@ -42,6 +42,13 @@ declare global {
42
* Must be called before any response is sent.
43
*/
44
passThroughOnException(): void;
45
+
46
+ /**
47
+ * Properties passed to the worker.
48
+ * For Hono/Cloudflare Workers compatibility.
49
+ * @deprecated Not implemented in OpenWorkers
50
+ */
51
+ props: never;
52
}
53
54
/**
0 commit comments