{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":58975500,"defaultBranch":"main","name":"entries-api","ownerLogin":"WICG","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-16T23:41:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13145324?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1688588154.0","currentOid":""},"activityList":{"items":[{"before":"d57472bd7dec73471fbe8ae55512ac45aadcafbf","after":"a3f8ca40b7fb52840073a4103f02fb99ec24bc85","ref":"refs/heads/gh-pages","pushedAt":"2023-07-18T23:44:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Make async steps explicitly \"in parallel\" with queued callbacks (#41)\n\nSHA: 7753f1a649b85e99c5081bdf9061c1c4d22aac0e\nReason: push, by inexorabletash\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Make async steps explicitly \"in parallel\" with queued callbacks (#41)"}},{"before":"1d69132b739ea56146d7bec95d1408f4efe91859","after":"7753f1a649b85e99c5081bdf9061c1c4d22aac0e","ref":"refs/heads/main","pushedAt":"2023-07-18T23:42:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Make async steps explicitly \"in parallel\" with queued callbacks (#41)\n\nThe previous text described async operations by starting off with\r\n\"queue a task\" then just describing the remaining behavior\r\nsynchronously, including invoking callbacks.\r\n\r\nIt is more accurate to describe the async operations as starting off\r\n\"in parallel\", with any success/error callbacks being invoked by a\r\nqueued task.\r\n\r\nNote that the task source remains implied rather than explicit,\r\nalthough it is called out with a new TODO.","shortMessageHtmlLink":"Make async steps explicitly \"in parallel\" with queued callbacks (#41)"}},{"before":"d74064a6cf0d1a06b4d024eade12641a9f97fdf4","after":"d213f8e12c8728ce04bf3d321f6b0ed5d2e48327","ref":"refs/heads/queue-invoke","pushedAt":"2023-07-05T23:32:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Don't modify state 'in parallel', add note","shortMessageHtmlLink":"Don't modify state 'in parallel', add note"}},{"before":"b9a283040f661726e21f9ced042efadb7578f89e","after":"d57472bd7dec73471fbe8ae55512ac45aadcafbf","ref":"refs/heads/gh-pages","pushedAt":"2023-07-05T23:31:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Flags: replace set/unset/clear with true false\n\nSHA: 1d69132b739ea56146d7bec95d1408f4efe91859\nReason: push, by inexorabletash\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Flags: replace set/unset/clear with true false"}},{"before":"c1baef8117bec2c4022918fb9760ceb3ec68ac09","after":"1d69132b739ea56146d7bec95d1408f4efe91859","ref":"refs/heads/main","pushedAt":"2023-07-05T23:29:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Flags: replace set/unset/clear with true false\n\nThis is how modern specs are doing it. Get with the times!\n\nunset --> false\nset flag --> set flag to true\nclear flag --> set flag to false\nif flag is set --> if flag is true","shortMessageHtmlLink":"Flags: replace set/unset/clear with true false"}},{"before":"b90f90e4a7911f5efb180417d450c56bbf4e7ffe","after":"b9a283040f661726e21f9ced042efadb7578f89e","ref":"refs/heads/gh-pages","pushedAt":"2023-07-05T23:14:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Rework FileSystemDirectoryReader definition\n\nSHA: c1baef8117bec2c4022918fb9760ceb3ec68ac09\nReason: push, by inexorabletash\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Rework FileSystemDirectoryReader definition"}},{"before":"c58c0e3aec5db337c4d844daa68f84ac2d632894","after":"c1baef8117bec2c4022918fb9760ceb3ec68ac09","ref":"refs/heads/main","pushedAt":"2023-07-05T23:13:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Rework FileSystemDirectoryReader definition\n\nPreviously, FileSystemDirectoryReader IDL type was defined as having\nan associated \"directory reader\" concept type, but (a) the properties\nof that concept type were erroneously defined globally and (b) no\nindirection from \"this\" to it's associated concept object to the\nproperties was done. Simplify by removing the concept object entirely,\nand defining the properties as associated with the IDL type object,\nproperly scoped.\n\nThe association of an entry and directory was very loose and done\nwithout naming the property. Explicitly name those.\n\nNo normative/observable behavior changes, just a (significant)\nclarification in the text.","shortMessageHtmlLink":"Rework FileSystemDirectoryReader definition"}},{"before":"09a48a7b22321410d121b2a53046661ac1ee7d33","after":"d74064a6cf0d1a06b4d024eade12641a9f97fdf4","ref":"refs/heads/queue-invoke","pushedAt":"2023-07-05T22:16:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Remove anchor, more details on task sources","shortMessageHtmlLink":"Remove anchor, more details on task sources"}},{"before":null,"after":"09a48a7b22321410d121b2a53046661ac1ee7d33","ref":"refs/heads/queue-invoke","pushedAt":"2023-07-05T20:15:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Make async steps explicitly \"in parallel\" with queued callbacks\n\nThe previous text described async operations by starting off with\n\"queue a task\" then just describing the remaining behavior\nsynchronously, including invoking callbacks.\n\nIt is more accurate to describe the async operations as starting off\n\"in parallel\", with any success/error callbacks being invoked by a\nqueued task.\n\nNote that the task source remains implied rather than explicit,\nalthough it is called out with a new TODO.","shortMessageHtmlLink":"Make async steps explicitly \"in parallel\" with queued callbacks"}},{"before":"02b9ff14cf39d9a2b5872d3fc75e70f43dd25811","after":"b90f90e4a7911f5efb180417d450c56bbf4e7ffe","ref":"refs/heads/gh-pages","pushedAt":"2023-06-27T23:49:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Fix JS example. Fixes #40\n\nSHA: c58c0e3aec5db337c4d844daa68f84ac2d632894\nReason: push, by inexorabletash\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Fix JS example. Fixes #40"}},{"before":"2b9e9283b6683c9c7c7f24f8aa76548aa3357043","after":"c58c0e3aec5db337c4d844daa68f84ac2d632894","ref":"refs/heads/main","pushedAt":"2023-06-27T23:48:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Fix JS example. Fixes #40\n\nA variable declared inside a while block is not in scope for the\nactual test. Move the declaration outside.\n\nAlso, add a few {}, fix indenting, and make something an arrow\nfunction for consistency.\n\nNo changes to actual normative spec text, just the examples.","shortMessageHtmlLink":"Fix JS example. Fixes #40"}},{"before":"e54739c2d805d3366c2e255ed365d7ec38dc3f90","after":"02b9ff14cf39d9a2b5872d3fc75e70f43dd25811","ref":"refs/heads/gh-pages","pushedAt":"2023-06-14T19:51:09.738Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Make a reference to a \"this\" object explicit.\n\nSHA: 2b9e9283b6683c9c7c7f24f8aa76548aa3357043\nReason: push, by inexorabletash\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Make a reference to a \"this\" object explicit."}},{"before":"edc821ee8436a388acfc068211aad708cffa86c1","after":"2b9e9283b6683c9c7c7f24f8aa76548aa3357043","ref":"refs/heads/main","pushedAt":"2023-06-14T19:49:56.941Z","pushType":"push","commitsCount":7,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Make a reference to a \"this\" object explicit.\n\nNo behavior change implied.","shortMessageHtmlLink":"Make a reference to a \"this\" object explicit."}},{"before":"5be60b78a4a3c9a69b2499b20ac0192656474b32","after":"e54739c2d805d3366c2e255ed365d7ec38dc3f90","ref":"refs/heads/gh-pages","pushedAt":"2023-06-13T22:20:42.228Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Editorial: Use markdown for switch-list entries\n\nSHA: edc821ee8436a388acfc068211aad708cffa86c1\nReason: push, by inexorabletash\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Editorial: Use markdown for switch-list entries"}},{"before":"4985875b4602f9b3cdc39fe646993d0bef165963","after":"edc821ee8436a388acfc068211aad708cffa86c1","ref":"refs/heads/main","pushedAt":"2023-06-13T22:19:16.795Z","pushType":"push","commitsCount":2,"pusher":{"login":"inexorabletash","name":"Joshua Bell","path":"/inexorabletash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/771547?s=80&v=4"},"commit":{"message":"Editorial: Use markdown for switch-list entries\n\nNo change to rendered output.","shortMessageHtmlLink":"Editorial: Use markdown for switch-list entries"}},{"before":"63103667702a83b8ebad2a0425f70feec9149791","after":"5be60b78a4a3c9a69b2499b20ac0192656474b32","ref":"refs/heads/gh-pages","pushedAt":"2023-05-31T17:52:46.361Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Editorial: Replace