Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose PerformanceObserver related classes in the global scope (#45539)
Summary: Pull Request resolved: #45539 Changelog: [internal] This exposes several classes (interfaces in the spec lingo) related to the Performance API to the global scope, so users can access them directly to do things like refinements using `instanceof`. This also prevents the need from importing the modules from `react-native` directly, which would prevent code sharing with Web. Reviewed By: rshest Differential Revision: D59859654 fbshipit-source-id: e1f7afb0c98b394b1f97c3790db2e570e6ba0cd9
- Loading branch information