You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the the Workers runtime supports a data_blob binding for loading Data style bindings for service-workers. We implemented [data_blobs] for wrangler2 in cloudflare/workers-sdk#743, we should reflect the same in miniflare. We may backport it to wrangler 1 as well, we haven't taken a call on it yet. I'll try to send a PR to miniflare later today.
The text was updated successfully, but these errors were encountered:
threepointone
changed the title
feature: implement [data-blobs]
feature: implement [data_blobs]Apr 1, 2022
Turns out the the Workers runtime supports a
data_blob
binding for loading Data style bindings for service-workers. We implemented[data_blobs]
for wrangler2 in cloudflare/workers-sdk#743, we should reflect the same in miniflare. We may backport it to wrangler 1 as well, we haven't taken a call on it yet. I'll try to send a PR to miniflare later today.The text was updated successfully, but these errors were encountered: