@jupyterlite


@jupyterlite / @jupyterlite/server / WORKER_NAME

Variable: ~~WORKER_NAME~~#

const WORKER_NAME: string

Defined in: tokens.d.ts:63

Deprecated#

The @jupyterlite/server package is deprecated and will be removed in 0.8.0. Please use @jupyterlite/apputils instead.

This package now re-exports from @jupyterlite/apputils for backward compatibility.

Example#

// Before
import { IServiceWorkerManager, ServiceWorkerManager } from '@jupyterlite/server';

// After
import { IServiceWorkerManager, ServiceWorkerManager } from '@jupyterlite/apputils';