MCPcopy
hub / github.com/digitalocean/nginxconfig.io / restoreDateTimeLocale

Method restoreDateTimeLocale

test/testBrowserLanguage.js:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 static restoreDateTimeLocale() {
67 // eslint-disable-next-line no-global-assign
68 Intl = MockLocales.IntlBackup;
69 MockLocales.IntlBackup = null;
70 return this;
71 }
72
73 static setNavigator(navigator) {
74 MockLocales.navigator = window.navigator;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected