Brizy
08/20/2021, 11:34 AMjohn.spurlock
08/20/2021, 5:09 PMItsWendell
08/20/2021, 6:09 PMkavinplays
08/20/2021, 6:23 PMkavinplays
08/20/2021, 6:23 PMBrizy
08/20/2021, 6:37 PMDeleted User
08/20/2021, 9:22 PMDeleted User
08/20/2021, 9:22 PMVanessa🦩
08/20/2021, 9:25 PMHardAtWork
08/20/2021, 9:40 PMjohn.spurlock
08/20/2021, 9:41 PMHardAtWork
08/20/2021, 9:42 PMjohn.spurlock
08/20/2021, 9:43 PMHardAtWork
08/20/2021, 9:44 PMjohn.spurlock
08/20/2021, 9:44 PMjohn.spurlock
08/20/2021, 9:45 PMHardAtWork
08/20/2021, 9:48 PMjohn.spurlock
08/20/2021, 9:55 PMwrangler
? I'm not sure how it maps to the underlying model - I believe it has a concept of environments, perhaps it creates one namespace per env? Not sure. You can always get a list of your DO namespaces with GET https://api.cloudflare.com/client/v4/accounts/<account-id>/workers/durable_objects/namespaces
Wallacy
08/20/2021, 10:53 PMjohn.spurlock
08/20/2021, 10:57 PMCompressionStream
https://caniuse.com/mdn-api_compressionstreamjohn.spurlock
08/20/2021, 10:58 PMWallacy
08/20/2021, 11:00 PMmatt
08/21/2021, 3:48 AMwrangler.toml
with wrangler, DO namespaces are an implicit concept instead of being created explicitly — the explicit namespace API that uses namespace ID dates from the private beta, before wrangler had support for DOsmikeysee
08/21/2021, 5:00 AMmikeysee
08/21/2021, 6:58 AMTest suite failed to run
Cannot find module '../generated/offsets' from '../../node_modules/tz-offset/src/tz-offset.js'
Require stack:
C:/dev/me/tinkering-with-durable-objects/node_modules/tz-offset/src/tz-offset.js
C:/dev/me/tinkering-with-durable-objects/node_modules/node-cron/src/scheduled-task.js
C:/dev/me/tinkering-with-durable-objects/node_modules/node-cron/src/node-cron.js
C:/dev/me/tinkering-with-durable-objects/node_modules/miniflare/dist/index.js
src/projections/ProjectionDurableObject.test.ts
MrBBot
08/21/2021, 8:37 AMmoduleFileExtensions
Jest option? if you are, make sure you've got "json"
included in that arraymikeysee
08/21/2021, 8:37 AMmikeysee
08/21/2021, 8:37 AMmikeysee
08/21/2021, 8:38 AMDurableObjectId
isnt exported?MrBBot
08/21/2021, 8:40 AMimport { DurableObjectId } from "miniflare/dist/modules/do"
, the next version will make it much easier to use individual components like this