We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8418298 commit 545903fCopy full SHA for 545903f
packages/svelte/src/internal/client/dom/blocks/boundary.js
@@ -262,7 +262,12 @@ export class Boundary {
262
}
263
264
265
- /** @param {1 | -1} d */
+ /**
266
+ * Update the source that powers `$effect.pending()` inside this boundary,
267
+ * and controls when the current `pending` snippet (if any) is removed.
268
+ * Do not call from inside the class
269
+ * @param {1 | -1} d
270
+ */
271
update_pending_count(d) {
272
this.#update_pending_count(d);
273
0 commit comments