Open
Description
The per-process support will be exposed as a new source type, but it's a bit hard finding a good name :-)
Some current ideas:
- "cpu-self"
- "cpu-same-origin"
- "cpu-same-site"
"self" is probably not so descriptive, as as processes are often shared across multiple instances of the same site/origin, something like "same-origin" or "same-site" might make more sense. Cookies seem to use the "same site" nomenclature.
@Elchi3 maybe you have some ideas given your work on MDN.