René's URL Explorer Experiment


Title: Avoid multiple refresh by zhiyuanliang-ms · Pull Request #136 · Azure/AppConfiguration-JavaScriptProvider · GitHub

Open Graph Title: Avoid multiple refresh by zhiyuanliang-ms · Pull Request #136 · Azure/AppConfiguration-JavaScriptProvider

X Title: Avoid multiple refresh by zhiyuanliang-ms · Pull Request #136 · Azure/AppConfiguration-JavaScriptProvider

Description: Why this PR? class Timer { #backoffEnd; // timestamp #interval; constructor(interval) { this.#interval = interval; this.#backoffEnd = Date.now(); } canRefresh() { return Date.now() >= this.#backoffEnd; } reset() { this.#backoffEnd = Date.now() + this.#interval; } } async function refresh() { await f(); } async function f() { if (!timer.canRefresh()) { console.log('timer rejects') return Promise.resolve(false); } console.log('f starts') await new Promise(resolve => setTimeout(resolve, 1000)) console.log('f ends') timer.reset() } for (let i = 0; i < 3; i++) { refresh(); } The above code snippet simulate the current implementation of refresh and it will produce the following output f starts f starts f starts f ends f ends f ends The timer fails to prevent refresh operation from being executed multiple times during refresh interval. Solution Except for the web worker scenario, javascript is in general single thread. For an async function, it will be synchronously executed until an await occurs, then it will give the control to the event loop. So this should be atomic. So the solution is to maintain a boolean variable refreshInProgress to indicate whether there is any ongoing refresh call. The check/setting of the flag will be done synchronously so it should be concurrent/"thread" safe.

Open Graph Description: Why this PR? class Timer { #backoffEnd; // timestamp #interval; constructor(interval) { this.#interval = interval; this.#backoffEnd = Date.now(); } canRefresh(...

X Description: Why this PR? class Timer { #backoffEnd; // timestamp #interval; constructor(interval) { this.#interval = interval; this.#backoffEnd = Date.now(); } canRefresh(...

Opengraph URL: https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:50235d0a-aa38-8061-bf05-ffadf2b55d1e
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9148:1B57B6:A892F4:E6D3C6:698F002A
html-safe-nonce95e2453e6c053c265dea3674938e78048a4acdeff83cc7a39b7acfd6df13715d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MTQ4OjFCNTdCNjpBODkyRjQ6RTZEM0M2OjY5OEYwMDJBIiwidmlzaXRvcl9pZCI6IjIxMDg2ODAzOTQwNzMxMTI2MTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd115db006a42ba79df030ff8fed88dbe1805a110de614f91663b4708d2b4e380
hovercard-subject-tagpull_request:2205054137
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/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
twitter:imagehttps://avatars.githubusercontent.com/u/141655842?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/141655842?s=400&v=4
og:image:altWhy this PR? class Timer { #backoffEnd; // timestamp #interval; constructor(interval) { this.#interval = interval; this.#backoffEnd = Date.now(); } canRefresh(...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2da1a0d1318592c9965539b12269c4641177dfabfc86c3807992efb13e1d96ff
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/Azure/AppConfiguration-JavaScriptProvider git https://github.com/Azure/AppConfiguration-JavaScriptProvider.git
octolytics-dimension-user_id6844498
octolytics-dimension-user_loginAzure
octolytics-dimension-repository_id688057518
octolytics-dimension-repository_nwoAzure/AppConfiguration-JavaScriptProvider
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id688057518
octolytics-dimension-repository_network_root_nwoAzure/AppConfiguration-JavaScriptProvider
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
release66d26b1a7f81bd3ffe8d0f16abab43f6e64fd21a
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FAzure%2FAppConfiguration-JavaScriptProvider%2Fpull%2F136%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2FAzure%2FAppConfiguration-JavaScriptProvider%2Fpull%2F136%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=Azure%2FAppConfiguration-JavaScriptProvider
Reloadhttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Reloadhttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Reloadhttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Azure https://github.com/Azure
AppConfiguration-JavaScriptProviderhttps://github.com/Azure/AppConfiguration-JavaScriptProvider
Notifications https://github.com/login?return_to=%2FAzure%2FAppConfiguration-JavaScriptProvider
Fork 5 https://github.com/login?return_to=%2FAzure%2FAppConfiguration-JavaScriptProvider
Star 17 https://github.com/login?return_to=%2FAzure%2FAppConfiguration-JavaScriptProvider
Code https://github.com/Azure/AppConfiguration-JavaScriptProvider
Issues 8 https://github.com/Azure/AppConfiguration-JavaScriptProvider/issues
Pull requests 1 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pulls
Actions https://github.com/Azure/AppConfiguration-JavaScriptProvider/actions
Projects 0 https://github.com/Azure/AppConfiguration-JavaScriptProvider/projects
Models https://github.com/Azure/AppConfiguration-JavaScriptProvider/models
Security 0 https://github.com/Azure/AppConfiguration-JavaScriptProvider/security
Insights https://github.com/Azure/AppConfiguration-JavaScriptProvider/pulse
Code https://github.com/Azure/AppConfiguration-JavaScriptProvider
Issues https://github.com/Azure/AppConfiguration-JavaScriptProvider/issues
Pull requests https://github.com/Azure/AppConfiguration-JavaScriptProvider/pulls
Actions https://github.com/Azure/AppConfiguration-JavaScriptProvider/actions
Projects https://github.com/Azure/AppConfiguration-JavaScriptProvider/projects
Models https://github.com/Azure/AppConfiguration-JavaScriptProvider/models
Security https://github.com/Azure/AppConfiguration-JavaScriptProvider/security
Insights https://github.com/Azure/AppConfiguration-JavaScriptProvider/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FAzure%2FAppConfiguration-JavaScriptProvider%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FAzure%2FAppConfiguration-JavaScriptProvider%2Fissues%2Fnew%2Fchoose
zhiyuanliang-mshttps://github.com/zhiyuanliang-ms
mainhttps://github.com/Azure/AppConfiguration-JavaScriptProvider/tree/main
zhiyuanliang/add-refresh-lockhttps://github.com/Azure/AppConfiguration-JavaScriptProvider/tree/zhiyuanliang/add-refresh-lock
Conversation 7 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136
Commits 7 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits
Checks 0 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/checks
Files changed https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Please reload this pagehttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Avoid multiple refresh https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#top
Show all changes 7 commits https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
b204d2c add lock for refresh operation zhiyuanliang-ms Nov 28, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/b204d2cf5a2bd66476642433637cbcf4f58e665f
9b06257 bind context zhiyuanliang-ms Nov 28, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/9b06257b3c09eaf60c18bf72cbc3d0d0c257d891
5525244 fix lint zhiyuanliang-ms Nov 28, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/552524423f1a0ecdbb279a698697214a1e467ada
1dead40 update zhiyuanliang-ms Nov 29, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/1dead40756faa4a01396ae661f8d0743f47d9235
e17e295 simplify zhiyuanliang-ms Nov 29, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/e17e2956d260bb6f966272ce5abc60355afb69b2
cfb838a add more testcases zhiyuanliang-ms Dec 2, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/cfb838a4f25665eb9732bd2d80a05dd9c94a023f
b5759d0 add more comments zhiyuanliang-ms Dec 2, 2024 https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/commits/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b
Clear filters https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Please reload this pagehttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
Please reload this pagehttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files
package.json https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
AzureAppConfigurationImpl.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-ddc9012598467d2463363158a46e6597b45611a888372720c5803531f491a81a
featureFlag.test.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-4a6c06afe2a612626e1e1db7cd546b991d9b4fc7f00f8d9659132ec8c2cfe695
json.test.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
keyvault.test.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-153c2dc280cdccdd66eab9ee09364f3e7bf30e9b223003862145bd3d24c69f65
load.test.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-2c557f9a9957d8402697f7dfadfc9542f9a52cb41fc682f3e3ee2bce205dac46
refresh.test.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
requestTracing.test.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-d1c4f4dfdeb679a636bac3b5362a2fb6b4b06186eb3118fc60f7d4755da5486a
testHelper.ts https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-0860976a7d08dc346428a2ae3d40af19d654dfce7313ab1ad6ca2b2a94046b44
package.jsonhttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
src/AzureAppConfigurationImpl.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-ddc9012598467d2463363158a46e6597b45611a888372720c5803531f491a81a
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/src/AzureAppConfigurationImpl.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-ddc9012598467d2463363158a46e6597b45611a888372720c5803531f491a81a
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-ddc9012598467d2463363158a46e6597b45611a888372720c5803531f491a81a
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-ddc9012598467d2463363158a46e6597b45611a888372720c5803531f491a81a
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-ddc9012598467d2463363158a46e6597b45611a888372720c5803531f491a81a
test/featureFlag.test.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-4a6c06afe2a612626e1e1db7cd546b991d9b4fc7f00f8d9659132ec8c2cfe695
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/test/featureFlag.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-4a6c06afe2a612626e1e1db7cd546b991d9b4fc7f00f8d9659132ec8c2cfe695
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-4a6c06afe2a612626e1e1db7cd546b991d9b4fc7f00f8d9659132ec8c2cfe695
test/json.test.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/test/json.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-7aea6ac1f2df4a619d919af7c66e875606cb6e0edf627111e8aff15946c49d0d
test/keyvault.test.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-153c2dc280cdccdd66eab9ee09364f3e7bf30e9b223003862145bd3d24c69f65
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/test/keyvault.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-153c2dc280cdccdd66eab9ee09364f3e7bf30e9b223003862145bd3d24c69f65
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-153c2dc280cdccdd66eab9ee09364f3e7bf30e9b223003862145bd3d24c69f65
test/load.test.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-2c557f9a9957d8402697f7dfadfc9542f9a52cb41fc682f3e3ee2bce205dac46
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/test/load.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-2c557f9a9957d8402697f7dfadfc9542f9a52cb41fc682f3e3ee2bce205dac46
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-2c557f9a9957d8402697f7dfadfc9542f9a52cb41fc682f3e3ee2bce205dac46
test/refresh.test.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/test/refresh.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-cf7e454e2f5bd39f44d6bf700e7717cb6b537990e21714f45c28cb0663c7fdb6
test/requestTracing.test.tshttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-d1c4f4dfdeb679a636bac3b5362a2fb6b4b06186eb3118fc60f7d4755da5486a
View file https://github.com/Azure/AppConfiguration-JavaScriptProvider/blob/b5759d0573f6b405fa7a3f36dcc9eafd4a3f4d5b/test/requestTracing.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/{{ revealButtonHref }}
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-d1c4f4dfdeb679a636bac3b5362a2fb6b4b06186eb3118fc60f7d4755da5486a
https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/files#diff-d1c4f4dfdeb679a636bac3b5362a2fb6b4b06186eb3118fc60f7d4755da5486a
Please reload this pagehttps://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/136/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.