[**@jupyterlite**](../../../../README.md) *** [@jupyterlite](../../../../README.md) / [@jupyterlite/contents](../../README.md) / BrowserStorageDrive # ~~BrowserStorageDrive~~ ## Deprecated This package is deprecated and will be removed in 0.8.0. Please import from @jupyterlite/services instead. This package now acts as a shim that re-exports contents-related components from @jupyterlite/services for backward compatibility. ## Example ```typescript // Old (deprecated): import { BrowserStorageDrive } from '@jupyterlite/contents'; // New (recommended): import { BrowserStorageDrive } from '@jupyterlite/services'; ``` ## Interfaces - [~~IOptions~~](interfaces/IOptions.md)