-
Some of the web APIs are also very convenient for use in Node.js or elsewhere.
I'm personally interested in IndexedDB (I'm currently working with [IndexedDBShim](https://github.com/axemclion/IndexedD…
-
Hello,
Thank you for this awesome work!
This is question rather than an issue.
Is this Module compatible with the latest version of Node ?
Thanks
-
Repro code below. You're left with a `foo/D_my_db.sqlite` file that should have been deleted...
If you comment out the databaseBasePath, then the sqlite file is correctly deleted.
```
const fs …
-
When duplicating regexes on some older browsers, flags cannot be added (testing Safari 6 atm, due to embedded device constraints). My particular error is being thrown on
```js
new RegExp(expandsOn…
-
Seems that Safari is not supported here.
I am trying to run the tests and I got these kind of errors:
```
TypeError: 'undefined' is not an object (evaluating 'this.db.iterate')
```
```
TypeError: '…
-
```
$ node --version
v8.9.4
$ yarn add indexeddbshim
yarn add v1.4.0
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
[3/5] 🚚 Fetching packages...
error indexeddbshim@3.5.…
-
When I perform the installation, report the following error. Please help me, thanks~
```
npm install stackedit
npm ERR! Unexpected end of JSON input while parsing near '..."^1.0.4","markdown-it'
…
-
To initiate Dexie we need both indexedDB and IDBKeyRange
```
import 'indexeddbshim'
import Dexie from 'dexie'
new Dexie('projectName', {
indexedDB: window.shimIndexedDB,
IDBKeyRange: win…
-
# Base Config
system:mac os last version
node:v10.0.0
npm:6.0.0
# Then I got stuck here, so I used Taobao's NPM mirror source.
```
myMBP:stackedit JohnWick$ sudo npm install
Password:
Unhand…
-
I would like to ask, can you help what can i do.
How to identify which browser you are running with devDocs on my device?
Firefox for Android, Opera Android up to date.
thx