[PR #237] [MERGED] Add support for old Safari in webworker #183

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/237
Author: @appy-one
Created: 7/27/2023
Status: Merged
Merged: 7/27/2023
Merged by: @appy-one

Base: masterHead: fix/old-safari-webworker


📝 Commits (1)

  • efe8f0d Add support for old Safari in webworker

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 src/ipc/browser.ts (+7 -1)

📄 Description

Old Safari versions (up to iOS 15?) don't support BroadcastChannel, and when AceBase is runs in a webworker there is no localStorage to fallback to: disable browser IPC in this case.


🔄 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/237 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 7/27/2023 **Status:** ✅ Merged **Merged:** 7/27/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/old-safari-webworker` --- ### 📝 Commits (1) - [`efe8f0d`](https://github.com/appy-one/acebase/commit/efe8f0def7f40030a920c3e2d133ce1b7dc4ad93) Add support for old Safari in webworker ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/ipc/browser.ts` (+7 -1) </details> ### 📄 Description Old Safari versions (up to iOS 15?) don't support BroadcastChannel, and when AceBase is runs in a webworker there is no localStorage to fallback to: disable browser IPC in this case. --- <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#183
No description provided.