New issue
Advanced search Search tips

Issue 920722 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

[animation worklet] Synchronize all registered animator names in batch per module

Project Member Reported by yigu@chromium.org, Jan 10

Issue description

AudioWorklet is doing something similar[1] by overriding the AudioWorkletObjectProxy::DidEvaluateModuleScript hook. AnimationWorklet current doesn't an ObjectProxy but it is easy to add one. Once it's done, we don't need to sync the each of the names per registration which is inefficient.

[1] https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/webaudio/audio_worklet_object_proxy.cc?type=cs&sq=package:chromium&g=0&l=39
 

Sign in to add a comment