Skip to main content

worker_forwarded_globals

Function worker_forwarded_globals 

Source
pub fn worker_forwarded_globals() -> Vec<RcStr>
Expand description

Returns the list of global variables that should be forwarded from the main context to web workers. These are Next.js-specific globals that need to be available in worker contexts.