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
Copy file name to clipboardExpand all lines: src/api/reactivity-core.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ Runs a function immediately while reactively tracking its dependencies and re-ru
329
329
})
330
330
```
331
331
332
-
Stopping the watchers with `AbortController`: <sup class="vt-badge" data-text="3.6+" />
332
+
Stopping the watchers with [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController): <sup class="vt-badge" data-text="3.6+" />
0 commit comments