Open Window Algorithm #115
Comments
|
We can coordinate with the editors of the SW spec - so we don't need to monkey-patch it. We should reuse as much of their infrastructure as possible. |
ianbjacobs
added this to the
Mark in FPWD
milestone
Apr 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tommythorsen commentedMar 21, 2017
This algorithm that I'm adding in w3c#106 is very similar to the Open Window Algorithm in the Service Workers specification (because I've copied and pasted most of it). Should we refer to the Service Workers specification instead of copying their steps?
The thing is, our algorithm is not exactly the same, so we might have to say something inelegant, like "run the open window algorithm, but skip step number four and set some value to the internal slot
[[windowClient]]just before returning".