@@ -6117,7 +6117,7 @@ addEventListener('fetch', event => {});`
61176117 Worker Startup Time: 100 ms
61186118 Your worker has access to the following bindings:
61196119 - Durable Objects:
6120- - SOMENAME: SomeClass (defined in 🔴 some-script)
6120+ - SOMENAME: SomeClass (defined in some-script)
61216121 Uploaded test-name (TIMINGS)
61226122 Deployed test-name triggers (TIMINGS)
61236123 https://test-name.test-sub-domain.workers.dev
@@ -6812,8 +6812,8 @@ addEventListener('fetch', event => {});`
68126812 - DATA_BLOB_ONE: some-data-blob.bin
68136813 - DATA_BLOB_TWO: more-data-blob.bin
68146814 - Durable Objects:
6815- - DURABLE_OBJECT_ONE: SomeDurableObject (defined in 🔴 some-durable-object-worker)
6816- - DURABLE_OBJECT_TWO: AnotherDurableObject (defined in 🔴 another-durable-object-worker)
6815+ - DURABLE_OBJECT_ONE: SomeDurableObject (defined in some-durable-object-worker)
6816+ - DURABLE_OBJECT_TWO: AnotherDurableObject (defined in another-durable-object-worker)
68176817 - KV Namespaces:
68186818 - KV_NAMESPACE_ONE: kv-ns-one-id
68196819 - KV_NAMESPACE_TWO: kv-ns-two-id
@@ -7909,7 +7909,7 @@ addEventListener('fetch', event => {});`
79097909 Worker Startup Time: 100 ms
79107910 Your worker has access to the following bindings:
79117911 - Durable Objects:
7912- - EXAMPLE_DO_BINDING: ExampleDurableObject (defined in 🔴 example-do-binding-worker)
7912+ - EXAMPLE_DO_BINDING: ExampleDurableObject (defined in example-do-binding-worker)
79137913 Uploaded test-name (TIMINGS)
79147914 Deployed test-name triggers (TIMINGS)
79157915 https://test-name.test-sub-domain.workers.dev
@@ -8079,7 +8079,7 @@ addEventListener('fetch', event => {});`
80798079 Worker Startup Time: 100 ms
80808080 Your worker has access to the following bindings:
80818081 - Services:
8082- - FOO: 🔴 foo-service
8082+ - FOO: foo-service
80838083 Uploaded test-name (TIMINGS)
80848084 Deployed test-name triggers (TIMINGS)
80858085 https://test-name.test-sub-domain.workers.dev
@@ -8120,7 +8120,7 @@ addEventListener('fetch', event => {});`
81208120 Worker Startup Time: 100 ms
81218121 Your worker has access to the following bindings:
81228122 - Services:
8123- - FOO: 🔴 foo-service#MyHandler
8123+ - FOO: foo-service#MyHandler
81248124 Uploaded test-name (TIMINGS)
81258125 Deployed test-name triggers (TIMINGS)
81268126 https://test-name.test-sub-domain.workers.dev
0 commit comments