set_content_type('text/css;charset=utf-8'); $this->render_nothing(); $this->debugbar->getJavascriptRenderer()->dumpCssAssets(); } public function js_action(): void { $this->set_content_type('text/javascript;charset=utf-8'); $this->render_nothing(); $this->debugbar->getJavascriptRenderer()->setIncludeVendors(false)->dumpJsAssets(); } }