WICG / js-self-profiling

Proposal for a programmable JS profiling API for collecting JS profiles from real end-user environments
Other
197 stars 13 forks source link

Require included builtins to be invoked by accessible script #52

Closed acomminos closed 3 years ago

acomminos commented 3 years ago

Update the processing model to reference the non-normative caller of built-ins to determine the ScriptOrModule to use for attribution. This ensures that we no longer leak function invocations from no-CORS script.

Fixes #51.


Preview | Diff

acomminos commented 3 years ago

@shhnjk, do you mind taking a look? Thanks!

acomminos commented 3 years ago

Thanks! Merging since this ought to be uncontroversial from a developer POV as well.