Skip to content

Commit 90299bc

Browse files
committed
Removing <br> and using MDX syntax.
1 parent bc417b4 commit 90299bc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/docs/durable-objects/api/storage-api.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,7 @@ The `put()` method returns a `Promise`, but most applications can discard this p
230230

231231
- Sets the current alarm time, accepting either a JavaScript `Date`, or integer milliseconds since epoch.
232232

233-
<br /> If `setAlarm()` is called with a time equal to or before
234-
`Date.now()`, the alarm will be scheduled for asynchronous execution in the
235-
immediate future. If the alarm handler is currently executing in this case,
236-
it will not be canceled. Alarms can be set to millisecond granularity and
237-
will usually execute within a few milliseconds after the set time, but can
238-
be delayed by up to a minute due to maintenance or failures while failover
239-
takes place.
233+
If `setAlarm()` is called with a time equal to or before `Date.now()`, the alarm will be scheduled for asynchronous execution in the immediate future. If the alarm handler is currently executing in this case, it will not be canceled. Alarms can be set to millisecond granularity and will usually execute within a few milliseconds after the set time, but can be delayed by up to a minute due to maintenance or failures while failover takes place.
240234

241235
### `deleteAlarm`
242236

0 commit comments

Comments
 (0)