()
| 1269 | |
| 1270 | // Expected to be used only by browser extension and react-devtools-inline |
| 1271 | export function getIfReloadedAndProfiling(): boolean { |
| 1272 | return ( |
| 1273 | sessionStorageGetItem(SESSION_STORAGE_RELOAD_AND_PROFILE_KEY) === 'true' |
| 1274 | ); |
| 1275 | } |
| 1276 | |
| 1277 | export function getProfilingSettings(): ProfilingSettings { |
| 1278 | return { |
no test coverage detected