You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
TL;DR: you should not use this library in your HTML page and it's less reliable when used server-side (Node.js) As mentioned later, "User-Agent" based detection is not a reliable solution in most cases, because: The rules (regular expressions) are constantly out-dated and incomplete You have to update the detection code continuously There are other ways to detect how your web application should be
Create modern(es2015+) web apps easily with NPM packages in browser/deno.No build tools needed!import confetti from "https://esm.sh/canvas-confetti@1.6.0" esm.sh allows you to import JavaScript modules from http URLs, no installation/build steps needed. import * as mod from "https://esm.sh/PKG[@SEMVER][/PATH]"; With import maps, you can even use bare import specifiers instead of URLs: <script type
const initSqlJs = require('sql.js'); // or if you are in a browser: // const initSqlJs = window.initSqlJs; const SQL = await initSqlJs({ // Required to load the wasm binary asynchronously. Of course, you can host it wherever you want // You can omit locateFile completely when running in node locateFile: file => `https://sql.js.org/dist/${file}` }); // Create a database const db = new SQL.Database(
Dear community, After 8 years of working on this project, we had to make the difficult decision to close Jovo. What this means for you: All Jovo packages will stay on npm in their current versions, so you can keep using them in your projects. We will archive the Jovo organization on GitHub. This means that all repositories will be read-only. If community members want to make changes, they are invi
This is a media player that uses all the goods of HTML5 video/audio elements to play the most popular media in MP4/MP3, HLS and also has the ability to play VMAP / VAST / non linear / companion ads 🎉🎉🎉 OpenPlayerJS v3 is finally here!! 🎉🎉🎉 v3 is a radical internal rebuild that keeps most of the player familiar to use, but makes it much easier to extend (controls, plugins, engines) and much e
azu/kvsというブラウザとNode.jsで動くファイルサイズが小さいキーバリューストレージを作りました。 モチベーション ファイルサイズが小さくIndexedDBを使っていて、Node.jsでも透過的に同じAPIで利用できるライブラリが必要となったため作りました。 textlint-editorというアプリを書いていて、キャッシュストレージとしてlocalstorage-ponyfillを使っていました。 しかし、localstorage-ponyfillはブラウザとNode.jsで透過的に動くストレージライブラリですが、LocalStorageベースとなっています。 textlint-editorでは、スクリプトをWeb Workerで動かすため同期的なAPIであるLocalStorageは利用できません。 そのため、IndexedDBベースでシンプルなキーバリューストレージを扱える
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く