-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up test to validate refactor of XHR, FileReader and WebSocket classes to use the built-in EventTarget implementation #48930
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D68625226 |
…sses to use the built-in EventTarget implementation (facebook#48930) Summary: Pull Request resolved: facebook#48930 Changelog: [internal] This creates new versions of `XMLHttpRequest`, `FileReader` and `WebSocket` that extend the new built-in `EventTarget` implementation, instead of the implementation from the `event-target-shim` package. It also sets up a test to choose between the 2 implementations at runtime to verify correctness and performance. This doesn't use the RN feature flags infra because we use this flag very early on startup, before we have a chance to set overrides. We could use a native feature flag instead but it'd slow down the rollout of the test. Differential Revision: D68625226
565b91a
to
b189e4e
Compare
This pull request was exported from Phabricator. Differential Revision: D68625226 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D68625226 |
…sses to use the built-in EventTarget implementation (facebook#48930) Summary: Pull Request resolved: facebook#48930 Changelog: [internal] This creates new versions of `XMLHttpRequest`, `FileReader` and `WebSocket` that extend the new built-in `EventTarget` implementation, instead of the implementation from the `event-target-shim` package. It also sets up a test to choose between the 2 implementations at runtime to verify correctness and performance. This doesn't use the RN feature flags infra because we use this flag very early on startup, before we have a chance to set overrides. We could use a native feature flag instead but it'd slow down the rollout of the test. Differential Revision: D68625226
b189e4e
to
fafd524
Compare
Differential Revision: D67738145
Differential Revision: D67750677
Differential Revision: D67758702
…nlyNode Differential Revision: D67758408
Differential Revision: D67751821
Differential Revision: D67830012
…global scope Differential Revision: D68672215
…sses to use the built-in EventTarget implementation (facebook#48930) Summary: Pull Request resolved: facebook#48930 Changelog: [internal] This creates new versions of `XMLHttpRequest`, `FileReader` and `WebSocket` that extend the new built-in `EventTarget` implementation, instead of the implementation from the `event-target-shim` package. It also sets up a test to choose between the 2 implementations at runtime to verify correctness and performance. This doesn't use the RN feature flags infra because we use this flag very early on startup, before we have a chance to set overrides. We could use a native feature flag instead but it'd slow down the rollout of the test. Differential Revision: D68625226
fafd524
to
8f9f15a
Compare
This pull request was exported from Phabricator. Differential Revision: D68625226 |
Differential Revision: D67839560
Differential Revision: D67804060
…in XHR Differential Revision: D68625224
…sses to use the built-in EventTarget implementation (facebook#48930) Summary: Pull Request resolved: facebook#48930 Changelog: [internal] This creates new versions of `XMLHttpRequest`, `FileReader` and `WebSocket` that extend the new built-in `EventTarget` implementation, instead of the implementation from the `event-target-shim` package. It also sets up a test to choose between the 2 implementations at runtime to verify correctness and performance. This doesn't use the RN feature flags infra because we use this flag very early on startup, before we have a chance to set overrides. We could use a native feature flag instead but it'd slow down the rollout of the test. Differential Revision: D68625226
8f9f15a
to
1bdd302
Compare
This pull request was exported from Phabricator. Differential Revision: D68625226 |
…sses to use the built-in EventTarget implementation (facebook#48930) Summary: Pull Request resolved: facebook#48930 Changelog: [internal] This creates new versions of `XMLHttpRequest`, `FileReader` and `WebSocket` that extend the new built-in `EventTarget` implementation, instead of the implementation from the `event-target-shim` package. It also sets up a test to choose between the 2 implementations at runtime to verify correctness and performance. This doesn't use the RN feature flags infra because we use this flag very early on startup, before we have a chance to set overrides. We could use a native feature flag instead but it'd slow down the rollout of the test. Differential Revision: D68625226
This pull request was exported from Phabricator. Differential Revision: D68625226 |
1bdd302
to
218be6b
Compare
Summary:
Changelog: [internal]
This creates new versions of
XMLHttpRequest
,FileReader
andWebSocket
that extend the new built-inEventTarget
implementation, instead of the implementation from theevent-target-shim
package.It also sets up a test to choose between the 2 implementations at runtime to verify correctness and performance. This doesn't use the RN feature flags infra because we use this flag very early on startup, before we have a chance to set overrides. We could use a native feature flag instead but it'd slow down the rollout of the test.
Differential Revision: D68625226