Skip to content

Commit

Permalink
Properly support globalThis.Blob for browser compatibility (needs tes…
Browse files Browse the repository at this point in the history
…ting)
  • Loading branch information
sr229 committed Aug 27, 2024
1 parent 8705b53 commit 448a12c
Show file tree
Hide file tree
Showing 3 changed files with 1,552 additions and 49 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.enable": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"[javascript]": {
Expand All @@ -26,5 +25,8 @@
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
},
"deno.enable": false,
"IDX.aI.enableInlineCompletion": true,
"IDX.aI.enableCodebaseIndexing": true
}
Loading

0 comments on commit 448a12c

Please sign in to comment.