MCPcopy Create free account
hub / github.com/ckeditor/ckeditor5-react / isWindows

Function isWindows

tests/integrations/ckeditor-classiceditor.test.tsx:156–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154
155// The windows environment does not cooperate with this tests.
156function isWindows() {
157 const userAgent = window.navigator.userAgent.toLowerCase();
158
159 return userAgent.indexOf( 'windows' ) > -1;
160}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…