2024/06/07

- (2 min read)

Contents

attribution-reporting-api

register sourceが成功したとdebug reportで通知されない場合があるが、その要件を明示的に示した。

バリデーションツールの実装の改善

destinationの制限はsite単位で計算するのでa.example.comとb.example.comは同一destinationとして計算されるが、バリデーションツールでは2つとして計算していた

private-aggregation-api

opaque origin context(fenced frameなど?)でshared storageのcreateWorklet, selectURL, runが実行できるようになった。chromiumの実装の都合上できなかったものができるようになった。