Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c576b58
Update index.ts
Patrick-ring-motive Feb 4, 2025
7ee607d
Update index.ts
Patrick-ring-motive Feb 4, 2025
7925623
Update index.ts
Patrick-ring-motive Feb 4, 2025
c18013e
Update index.ts
Patrick-ring-motive Feb 4, 2025
d8735bf
Update index.ts
Patrick-ring-motive Feb 4, 2025
e669efe
Update index.ts
Patrick-ring-motive Feb 4, 2025
8c13d64
Update index.ts
Patrick-ring-motive Feb 4, 2025
f377ffc
Update index.ts
Patrick-ring-motive Feb 4, 2025
13704f2
Update index.ts
Patrick-ring-motive Feb 4, 2025
bfa185d
Nodejs compatibility
Patrick-ring-motive Feb 4, 2025
9b72cf3
Patrick-ring-motive Feb 4, 2025
3c755ca
Patrick-ring-motive Feb 4, 2025
0e12ee3
Patrick-ring-motive Feb 4, 2025
92499ad
Patrick-ring-motive Feb 4, 2025
b02170a
style: js-beautify formatting
Patrick-ring-motive Mar 27, 2026
5059549
style: js-beautify formatting
Patrick-ring-motive Mar 31, 2026
915007a
style: js-beautify formatting (src/index.mjs)
Patrick-ring-motive Apr 1, 2026
1c3ae62
style: js-beautify formatting (src/index.ts)
Patrick-ring-motive Apr 1, 2026
bc9490d
style: js-beautify formatting (test/karma.conf.cjs)
Patrick-ring-motive Apr 1, 2026
b088408
style: js-beautify formatting (test/wpt/cookieStore_get_set_across_fr…
Patrick-ring-motive Apr 1, 2026
757780a
style: js-beautify formatting (test/wpt/cookieStore_get_set_across_or…
Patrick-ring-motive Apr 1, 2026
da6e4cb
style: js-beautify formatting (test/wpt/cookieStore_in_detached_frame…
Patrick-ring-motive Apr 1, 2026
24a6f62
style: js-beautify formatting (test/wpt/cookieStore_opaque_origin.ten…
Patrick-ring-motive Apr 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"es6": true,
"mocha": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"]
"plugins": [
"@typescript-eslint"
]
}
23 changes: 23 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
run = "./run.sh"
entrypoint = "src/index.ts"
hidden = [".config", "package-lock.json", "tsconfig.json"]
modules = ["nodejs-20"]

[nix]
channel = "stable-24_05"

[gitHubImport]
requiredFiles = [".replit", "replit.nix", ".config"]

[deployment]
run = ["./run.sh"]
deploymentTarget = "cloudrun"
ignorePorts = false

[[ports]]
localPort = 3000
externalPort = 80

[[ports]]
localPort = 9876
externalPort = 3000
Binary file added generated-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading