MCPcopy Index your code
hub / github.com/angular/angular / containsVendorPrefix

Function containsVendorPrefix

packages/animations/browser/src/render/shared.ts:167–171  ·  view source on GitHub ↗
(prop: string)

Source from the content-addressed store, hash-verified

165}
166
167function containsVendorPrefix(prop: string): boolean {
168 // Webkit is the only real popular vendor prefix nowadays
169 // cc: http://shouldiprefix.com/
170 return prop.substring(1, 6) == 'ebkit'; // webkit or Webkit
171}
172
173let _CACHED_BODY: {style: any} | null = null;
174let _IS_WEBKIT = false;

Callers 1

validateStylePropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…