delays.js — react Source File
Architecture documentation for delays.js, a javascript file in the react codebase. 0 imports, 3 dependents.
Entity Profile
Dependency Diagram
graph LR ea6c61ad_b555_8796_c3e4_a78a8f5c0ffc["delays.js"] fbe0797f_1878_6a2d_3c20_5ad62120856d["render-to-buffer.js"] fbe0797f_1878_6a2d_3c20_5ad62120856d --> ea6c61ad_b555_8796_c3e4_a78a8f5c0ffc d469dba5_b6ac_21d6_fd11_39f7311bf17b["render-to-stream.js"] d469dba5_b6ac_21d6_fd11_39f7311bf17b --> ea6c61ad_b555_8796_c3e4_a78a8f5c0ffc acc17744_5cfd_dd66_b0fd_71ec47db5ef0["render-to-string.js"] acc17744_5cfd_dd66_b0fd_71ec47db5ef0 --> ea6c61ad_b555_8796_c3e4_a78a8f5c0ffc style ea6c61ad_b555_8796_c3e4_a78a8f5c0ffc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
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.
*
*/
// Tweak these to play with different kinds of latency.
// How long the data fetches on the server.
exports.API_DELAY = 2000;
// How long the server waits for data before giving up.
exports.ABORT_DELAY = 10000;
// How long serving the JS bundles is delayed.
exports.JS_BUNDLE_DELAY = 4000;
Domain
Imported By
Source
Frequently Asked Questions
What does delays.js do?
delays.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What files import delays.js?
delays.js is imported by 3 file(s): render-to-buffer.js, render-to-stream.js, render-to-string.js.
Where is delays.js in the architecture?
delays.js is located at fixtures/fizz/server/delays.js (domain: BabelCompiler, directory: fixtures/fizz/server).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free