René's URL Explorer Experiment


Title: Fix DOM order reversal, stale dependency tracking, localStorage SafariError, and reactive bq-for updates by Copilot · Pull Request #26 · bQuery/bQuery · GitHub

Open Graph Title: Fix DOM order reversal, stale dependency tracking, localStorage SafariError, and reactive bq-for updates by Copilot · Pull Request #26 · bQuery/bQuery

X Title: Fix DOM order reversal, stale dependency tracking, localStorage SafariError, and reactive bq-for updates by Copilot · Pull Request #26 · bQuery/bQuery

Description: Addresses 4 critical issues from PR #16 review: multi-element insertion order, reactive subscription leaks, Safari private mode crashes, and stale bq-for bindings. DOM Insertion Order insertContent() now reverses element arrays for afterbegin/afterend positions since each insertAdjacentElement() is relative to the original target: // Before: [A, B, C] → C B A (reversed) // After: [A, B, C] → A B C (correct) element.prepend([divA, divB, divC]); element.after([divA, divB, divC]); Test Coverage: Added 4 comprehensive tests verifying correct insertion order for append(), prepend(), before(), and after() methods when passing arrays of elements. Reactive Dependency Tracking Implemented proper cleanup to prevent stale subscriptions when observers conditionally read different signals: Added ReactiveSource interface for Signal and Computed clearDependencies() unsubscribes from old sources before observer re-runs Fixed infinite loops by snapshotting subscriber sets during iteration // Previously: observer stayed subscribed to both branches effect(() => flag.value ? signalA.value : signalB.value); flag.value = !flag.value; // Now correctly unsubscribes from unused branch Safari Private Mode Compatibility persistedSignal() now catches SecurityError when accessing localStorage (Safari throws on property access, not just usage): // Wrapped in try/catch with actual access test and cleanup try { storage = globalThis.localStorage; storage.setItem('__bquery_test__', '__bquery_test__'); storage.getItem('__bquery_test__'); hasLocalStorage = true; } finally { storage.removeItem('__bquery_test__'); // Ensure cleanup } Test Coverage: Added test simulating Safari private mode by mocking localStorage to throw SecurityError, verifying graceful fallback to in-memory signal. Reactive bq-for Items Both item and index are now signals, enabling updates when list items are reused:

{{item}}
items.value = ['A', 'B', 'C']; items.value = ['X', 'Y']; // Now correctly updates to 'X', 'Y' Test Summary ✅ All 407 tests pass (5 new tests added) ✅ TypeScript type checking passes ✅ CodeQL security scan: 0 vulnerabilities 💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Open Graph Description: Addresses 4 critical issues from PR #16 review: multi-element insertion order, reactive subscription leaks, Safari private mode crashes, and stale bq-for bindings. DOM Insertion Order insertContent...

X Description: Addresses 4 critical issues from PR #16 review: multi-element insertion order, reactive subscription leaks, Safari private mode crashes, and stale bq-for bindings. DOM Insertion Order insertContent...

Opengraph URL: https://github.com/bQuery/bQuery/pull/26

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:873d40a5-4992-ccde-3622-5d5e48969805
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC3A2:129DF4:1D1F73:2A4AE4:6A4DFF94
html-safe-noncedaeb0de3f679ee68c1e9c1aff0556375897339d557add44b43e47f50abe77c97
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDM0EyOjEyOURGNDoxRDFGNzM6MkE0QUU0OjZBNERGRjk0IiwidmlzaXRvcl9pZCI6Ijg2MzE2MzQzNDk2NTU5ODE5NzIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4ec8d6d4503e347352bdbe57d64fa7834947c0fb55dd0a871b0781748964de96
hovercard-subject-tagpull_request:3210507410
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/bQuery/bQuery/pull/26/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altAddresses 4 critical issues from PR #16 review: multi-element insertion order, reactive subscription leaks, Safari private mode crashes, and stale bq-for bindings. DOM Insertion Order insertContent...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonedf0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/bQuery/bQuery git https://github.com/bQuery/bQuery.git
octolytics-dimension-user_id256381806
octolytics-dimension-user_loginbQuery
octolytics-dimension-repository_id1139284244
octolytics-dimension-repository_nwobQuery/bQuery
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1139284244
octolytics-dimension-repository_network_root_nwobQuery/bQuery
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release52bde38e24398476f8eb1e0760c81346c6a00812
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/bQuery/bQuery/pull/26/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F26%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FbQuery%2FbQuery%2Fpull%2F26%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=bQuery%2FbQuery
Reloadhttps://github.com/bQuery/bQuery/pull/26/files
Reloadhttps://github.com/bQuery/bQuery/pull/26/files
Reloadhttps://github.com/bQuery/bQuery/pull/26/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
bQuery https://github.com/bQuery
bQueryhttps://github.com/bQuery/bQuery
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
Notifications https://github.com/login?return_to=%2FbQuery%2FbQuery
Fork 0 https://github.com/login?return_to=%2FbQuery%2FbQuery
Star 1 https://github.com/login?return_to=%2FbQuery%2FbQuery
Code https://github.com/bQuery/bQuery
Issues 0 https://github.com/bQuery/bQuery/issues
Pull requests 0 https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality 0 https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Code https://github.com/bQuery/bQuery
Issues https://github.com/bQuery/bQuery/issues
Pull requests https://github.com/bQuery/bQuery/pulls
Actions https://github.com/bQuery/bQuery/actions
Security and quality https://github.com/bQuery/bQuery/security
Insights https://github.com/bQuery/bQuery/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FbQuery%2FbQuery%2Fissues%2Fnew%2Fchoose
JosunLPhttps://github.com/JosunLP
developmenthttps://github.com/bQuery/bQuery/tree/development
copilot/sub-pr-16https://github.com/bQuery/bQuery/tree/copilot/sub-pr-16
Conversation 15 https://github.com/bQuery/bQuery/pull/26
Commits 5 https://github.com/bQuery/bQuery/pull/26/commits
Checks 5 https://github.com/bQuery/bQuery/pull/26/checks
Files changed https://github.com/bQuery/bQuery/pull/26/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
Fix DOM order reversal, stale dependency tracking, localStorage SafariError, and reactive bq-for updates https://github.com/bQuery/bQuery/pull/26/files#top
Show all changes 5 commits https://github.com/bQuery/bQuery/pull/26/files
2d93265 Initial plan Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/26/commits/2d932657954e561ba1164f330ca5a26bad2980e3
4f2c7d8 Fix DOM order reversal, stale dependency tracking, localStorage acces… Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/26/commits/4f2c7d8558d386159146b8b71da3e11f40bae2f6
a8f70c9 Make Signal implement ReactiveSource interface for consistency Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/26/commits/a8f70c92da213c47a76df4c01f79e296a350ab9f
10ae9a6 Fix insertion order logic, add test coverage, and cleanup localStorag… Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/26/commits/10ae9a6c3004a17d8bc29fbdec1ce543f367f564
eb89750 Fix test to use SecurityError instead of QuotaExceededError for Safar… Copilot Jan 26, 2026 https://github.com/bQuery/bQuery/pull/26/commits/eb89750237a09038a075238fcd2af07e2fb2d5b6
Clear filters https://github.com/bQuery/bQuery/pull/26/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
dom.ts https://github.com/bQuery/bQuery/pull/26/files#diff-8d1059df963ae1de40785d8e14517eb439af623f6b1b8cda72054d6169784f81
computed.ts https://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
core.ts https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
effect.ts https://github.com/bQuery/bQuery/pull/26/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
internals.ts https://github.com/bQuery/bQuery/pull/26/files#diff-486fdc25993c3ba42f8057fa720aadaf2f647d292b49e5f13fa19473f96a1662
persisted.ts https://github.com/bQuery/bQuery/pull/26/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
for.ts https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
core.test.ts https://github.com/bQuery/bQuery/pull/26/files#diff-1d69d3f7d438a8a52ef8dababf3b9bb08407334324bd026e72ce6038d8ea4b08
signal.test.ts https://github.com/bQuery/bQuery/pull/26/files#diff-eaa45a8ee8eee4960e969a696be54ccffc1cf111c601d922ca268b6f01355785
src/core/dom.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-8d1059df963ae1de40785d8e14517eb439af623f6b1b8cda72054d6169784f81
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/core/dom.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-8d1059df963ae1de40785d8e14517eb439af623f6b1b8cda72054d6169784f81
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
src/reactive/computed.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/reactive/computed.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
https://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
https://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
https://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
https://github.com/bQuery/bQuery/pull/26/files#diff-9dfcd7cbf9db66bcb4410e7a08d4e3fe283c2188c56b9a1d7a2dc2e32fe60bd9
src/reactive/core.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/reactive/core.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
https://github.com/bQuery/bQuery/pull/26/files#diff-edfb3fdd8c68bb4e049684a93d94bc64727862808bb3c7fdfeeaf1e0d66862ca
src/reactive/effect.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/reactive/effect.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
https://github.com/bQuery/bQuery/pull/26/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
https://github.com/bQuery/bQuery/pull/26/files#diff-0e156414d5929046f7d81d1e595b8360649007653bae79f3923aa6751b1a66ac
src/reactive/internals.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-486fdc25993c3ba42f8057fa720aadaf2f647d292b49e5f13fa19473f96a1662
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/reactive/internals.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-486fdc25993c3ba42f8057fa720aadaf2f647d292b49e5f13fa19473f96a1662
https://github.com/bQuery/bQuery/pull/26/files#diff-486fdc25993c3ba42f8057fa720aadaf2f647d292b49e5f13fa19473f96a1662
https://github.com/bQuery/bQuery/pull/26/files#diff-486fdc25993c3ba42f8057fa720aadaf2f647d292b49e5f13fa19473f96a1662
src/reactive/persisted.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/reactive/persisted.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
https://github.com/bQuery/bQuery/pull/26/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
https://github.com/bQuery/bQuery/pull/26/files#diff-fcc3f0615a8b917df068c2caa2fc3663188dd7353ef2e2eb804012901f4b5250
src/view/directives/for.tshttps://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
View file https://github.com/bQuery/bQuery/blob/eb89750237a09038a075238fcd2af07e2fb2d5b6/src/view/directives/for.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/bQuery/bQuery/pull/26/{{ revealButtonHref }}
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
https://github.com/bQuery/bQuery/pull/26/files#diff-a51ff56f979a663960f1562d941d781e354b0b87bd5a6f7e0e598152e1961f4d
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
Please reload this pagehttps://github.com/bQuery/bQuery/pull/26/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.