Closed markafoltz closed 1 month ago
@eladalon1983, please merge at your convenience.
You might want to crib from other specs that run the spec through tidy-html, so the formatting stays consistent. Example: https://github.com/w3c/presentation-api/blob/main/Makefile
@eladalon1983, please merge at your convenience.
You might want to crib from other specs that run the spec through tidy-html, so the formatting stays consistent. Example: https://github.com/w3c/presentation-api/blob/main/Makefile
Thanks. I guess another step is necessary to have the Makefile trigger as a presubmit action or something? Maybe this or something similar?
Fixes Issue #43.
Promises can only be resolved (or rejected) on the main event loop. Queue a global task to do so when the Promise returned by
restrictTo()
resolves.Preview | Diff