diff --git a/wp-includes/components/class-wp-service-worker-navigation-routing-component.php b/wp-includes/components/class-wp-service-worker-navigation-routing-component.php index 7305dda36..c9f1f3d8c 100644 --- a/wp-includes/components/class-wp-service-worker-navigation-routing-component.php +++ b/wp-includes/components/class-wp-service-worker-navigation-routing-component.php @@ -13,6 +13,16 @@ */ class WP_Service_Worker_Navigation_Routing_Component implements WP_Service_Worker_Component { + /** + * Slug used to identify whether a theme supports service worker streaming. + * + * @since 0.2 + * @since 0.4 Obsolete. + * @var string + * @deprecated Since 0.4 all streaming support was removed. See . Constant is left in place for the time to prevent fatal error if referenced. + */ + const STREAM_THEME_SUPPORT = 'service_worker_streaming'; + /** * Internal storage for replacements to make in the error response handling script. *