Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance: Browser compatibility, docs updates #3

Merged

Conversation

philipithomas
Copy link
Member

@philipithomas philipithomas commented Feb 28, 2025

This implements 3 major changes:

  1. Fixes bug where package cannot be loaded into browsers due to fs issue:
Screenshot 2025-02-27 at 16 55 42
  1. Updates README to point to right repo

  2. Removes some Github CI that isn't being used anymore

  3. Bumps version

* Check if the current environment is a browser.
* @returns {boolean} True if running in a browser, false otherwise.
*/
function isBrowser() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the core change of this PR 🙂

@philipithomas philipithomas merged commit 1091fb3 into chroma-core:main Mar 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants