[PR #234] [MERGED] Improvement: remove window references #182

Closed
opened 2026-05-23 08:32:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/234
Author: @appy-one
Created: 7/10/2023
Status: Merged
Merged: 7/10/2023
Merged by: @appy-one

Base: masterHead: improvement/remove-window-references


📝 Commits (3)

📊 Changes

7 files changed (+43 additions, -23 deletions)

View changed files

📝 package-lock.json (+26 -7)
📝 package.json (+1 -1)
📝 src/browser.ts (+6 -4)
📝 src/ipc/browser.ts (+3 -3)
📝 src/query.ts (+4 -4)
📝 src/storage/custom/indexed-db/index.ts (+1 -2)
📝 src/storage/custom/local-storage/index.ts (+2 -2)

📄 Description

This makes the code runnable in web workers!

NOTE: monthly sponsors will get access to the private acebase-worker repo that allows running AceBase in a browser webworker instance so it doesn't affect the UI thread performance! 🚀🚀🚀


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/234 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/10/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `improvement/remove-window-references` --- ### 📝 Commits (3) - [`c0e68dc`](https://github.com/appy-one/acebase/commit/c0e68dcc65525f14a72e034377970693d40e7948) Remove window references - [`d547518`](https://github.com/appy-one/acebase/commit/d5475180c9b51eda603df515f87e0f75161da02d) use optional chaining - [`110c008`](https://github.com/appy-one/acebase/commit/110c008eeed5f85dd0314e424c0e19c2be39e61d) Bump acebase-core to 1.27.3 ### 📊 Changes **7 files changed** (+43 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+26 -7) 📝 `package.json` (+1 -1) 📝 `src/browser.ts` (+6 -4) 📝 `src/ipc/browser.ts` (+3 -3) 📝 `src/query.ts` (+4 -4) 📝 `src/storage/custom/indexed-db/index.ts` (+1 -2) 📝 `src/storage/custom/local-storage/index.ts` (+2 -2) </details> ### 📄 Description This makes the code runnable in web workers! NOTE: monthly sponsors will get access to the private [acebase-worker](https://github.com/appy-one/acebase-worker) repo that allows running AceBase in a browser webworker instance so it doesn't affect the UI thread performance! 🚀🚀🚀 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:32:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#182
No description provided.