MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / matchMedia

Function matchMedia

core/src/utils/platform.ts:113–113  ·  view source on GitHub ↗
(win: Window, query: string)

Source from the content-addressed store, hash-verified

111export const testUserAgent = (win: Window, expr: RegExp) => expr.test(win.navigator.userAgent);
112
113const matchMedia = (win: Window, query: string): boolean => win.matchMedia?.(query).matches;
114
115export type PlatformConfig = Partial<typeof PLATFORMS_MAP>;
116

Callers 2

AccordionClass · 0.85
isMobileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected