-
Error present in firefox 43.0.4.
**My code:**
``` javascript
var a = [];
a[2] = '2';
a[100] = '100'
console.log(a);
```
**Normal result:**
![image](https://cloud.githubusercontent.com/assets/919215…
-
**Describe the bug**
I'm getting an "Illegal constructor" error
**To Reproduce**
Steps to reproduce the behavior:
```
await DatabaseFactory.open(this.name, this.version, [{
version: …
-
**Description**
It appears I have again lost the setting where I enabled push notifications. I think this was an issue in the past that was fixed at one point.
**Steps to Reproduce**
Open PWA an…
-
As per your [comment](https://discuss.yjs.dev/t/what-is-the-most-stable-persistence-for-v13/57/2), it would be great to learn more about persisting state in conjunction with `y-websocket`. Thanks!
Hu…
-
The current API doesn't enable doing things like "add 1 to the value of the `a` property". Consider the following code
``` javascript
var storage = ...;
storage.get("a").then(function(v) {
storage.…
-
I want to get unread chat messages count (total or one room),but haven't find the right function.
-
Hi, I tried exporting and importing my data selfie (consumption data). Upon importing it on a new pc I get the following error: `There has been error. Please make sure your file is a valid json and tr…
-
(UPDATED on June 8, 2020) - short list
Please, **vote on APIs/bug fixes needed by Tab Session Manager, Session Manager, Session Sync, MySessions, Session Boss, Tab Mix Plus, Session Buddy and other…
-
随着 Web 应用程序的出现,直接在客户端存储用户信息的需求也随之出现。这背后的想法是合理
的:与特定用户相关的信息应该保存在用户的机器上。无论是登录信息、个人偏好,还是其他数据,
Web 应用程序提供者都需要有办法把它们保存在客户端。对该问题的第一个解决方案就是 cookie,cookie
由古老的网景公司发明,由一份名为 Persistent Client State: HTTP Coo…
-
Would love to get your feedback on my wishlist for Papaparse. We're going to dedicate some time for the team @ Flatfile before the end of year to move anything on this list we're agreed on to a next r…