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
docs(player): clarify sub-frame vs frame-quantized seek precision
Per reviewer feedback on #397: the same-origin path forwards `timeInSeconds`
verbatim to `__player.seek` (sub-frame precision), while the postMessage
fallback rounds to the nearest integer frame for transport. Surface that
asymmetry on the public `seek` JSDoc so external callers (notably studio
scrub UIs) understand which transport is in effect for their embed.
Doc-only — no behavior delta.
0 commit comments