forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove nonstandard Promise.prototype.done implementation
Summary: Changelog: [General][Breaking] - Remove nonstandard Promise.prototype.done `Promise.prototype.done` has been deprecated since D34222667. Here we remove it from React Native's default Promise polyfill. Users should switch to using standard Promise features like `.then()`, or install their own custom polyfills for advanced use cases. Reviewed By: kodafb Differential Revision: D36001688 fbshipit-source-id: 37f452000c16279280ef6a50b2ce616776377c4e
- Loading branch information
1 parent
f11379f
commit 93e1f6c
Showing
2 changed files
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters