promises
Here are 1,105 public repositories matching this topic...
-
Updated
Aug 3, 2021
-
Updated
Jun 25, 2022 - PHP
-
Updated
Mar 2, 2022 - JavaScript
Non-bubbling events
We should be able to use dispatchEvent to define callback prop based onevent APIs, so we don’t have to deal with capturing/bubbling for specific events.
function MyComponent({id}) {
const onclick = () => {
this.dispatchEvent(new CustomEvent("customclick", {detail: {id}}));
};
return (
/* children */
);
}// Usage
<MyComponent oncustomclick={(e-
Updated
Feb 28, 2021 - JavaScript
-
Updated
Oct 31, 2018 - HTML
-
Updated
Jul 2, 2022 - Swift
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Jun 6, 2022 - JavaScript
-
Updated
Jul 28, 2017 - JavaScript
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jun 30, 2022 - R
-
Updated
Dec 25, 2021 - Swift
-
Updated
Oct 27, 2019 - JavaScript
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Jun 29, 2022 - OCaml
-
Updated
Mar 28, 2018 - JavaScript
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Apr 26, 2019 - Swift
-
Updated
Jun 4, 2017 - JavaScript
Improve this page
Add a description, image, and links to the promises topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the promises topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image