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 3430305 commit 6b24dcdCopy full SHA for 6b24dcd
packages/svelte/src/internal/client/dom/task.js
@@ -8,7 +8,6 @@ export const request_idle_callback =
8
: requestIdleCallback;
9
10
// Fallback for when scheduler.yield is not available
11
-// TODO: find a proper polyfill for Safari, this doesn't work
12
export const schedule_yield =
13
// @ts-ignore
14
typeof scheduler === 'undefined'
0 commit comments