Patch Changes
-
#15706
f5341a4Thanks @Om-singhaI! - Declare theadminSecretsStore()result as disposable and showusingin its exampleThe admin API it returns is backed by RPC stubs. Its type left out
Symbol.disposeand the documented example never released them, so a test that followed it made workerd warn that an RPC stub was not disposed properly.using admin = adminSecretsStore(env.MY_SECRET)now type checks and releases the stubs at the end of the scope. -
Updated dependencies [
1bdb96d,cd7508c,f5605f5]:- wrangler@4.137.0