SchedulerFeatureFlags.native-fb.js — react Source File
Architecture documentation for SchedulerFeatureFlags.native-fb.js, a javascript file in the react codebase.
Entity Profile
Source Code
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
export const enableProfiling = __DEV__;
export const frameYieldMs = 5;
export const userBlockingPriorityTimeout = 250;
export const normalPriorityTimeout = 5000;
export const lowPriorityTimeout = 10000;
export const enableRequestPaint = true;
export const enableAlwaysYieldScheduler = false;
Source
Frequently Asked Questions
What does SchedulerFeatureFlags.native-fb.js do?
SchedulerFeatureFlags.native-fb.js is a source file in the react codebase, written in javascript.
Where is SchedulerFeatureFlags.native-fb.js in the architecture?
SchedulerFeatureFlags.native-fb.js is located at packages/scheduler/src/forks/SchedulerFeatureFlags.native-fb.js (directory: packages/scheduler/src/forks).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free