Coder Social home page Coder Social logo

Comments (6)

apasel422 avatar apasel422 commented on May 26, 2024 1

Does it suffice to check for existence in the cache when running https://wicg.github.io/attribution-reporting-api/#attempt-to-deliver-a-report?

Today, yes, I think it suffices (modulo the race conditions called out for "in parallel"), but such a check in isolation would rely on the fields of a report being immutable, depending on whether or not report structures in the spec have identity or only value equivalence. I've long been unsatisfied with our use of set data-types for the source and report caches, as we do not specify anywhere what distinguishes two items in the set (is it all fields, or just one?).

from attribution-reporting-api.

apasel422 avatar apasel422 commented on May 26, 2024 1

We should probably just change the source and report caches to be maps from identifier to structure.

from attribution-reporting-api.

csharrison avatar csharrison commented on May 26, 2024

Does it suffice to check for existence in the cache when running https://wicg.github.io/attribution-reporting-api/#attempt-to-deliver-a-report?

from attribution-reporting-api.

csharrison avatar csharrison commented on May 26, 2024

Ack - I suppose we could add an identifier in there for this purpose.

from attribution-reporting-api.

apasel422 avatar apasel422 commented on May 26, 2024

Ack - I suppose we could add an identifier in there for this purpose.

I'd be fine with that (we already have such an identifier for sources), but https://infra.spec.whatwg.org/#sets doesn't even provide a means for specifying the set-member-equality operator.

from attribution-reporting-api.

apasel422 avatar apasel422 commented on May 26, 2024

It may also be worth investigating parallel queues.

from attribution-reporting-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.