Home / Function/ isSSRUnsafeAttr() — vue Function Reference

isSSRUnsafeAttr() — vue Function Reference

Architecture documentation for the isSSRUnsafeAttr() function in util.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  dc8dc7b8_5ebc_4fba_c935_e9310909f8a2["isSSRUnsafeAttr()"]
  a0033b88_b768_84c8_da01_e6315f54737c["util.ts"]
  dc8dc7b8_5ebc_4fba_c935_e9310909f8a2 -->|defined in| a0033b88_b768_84c8_da01_e6315f54737c
  5bd4d7e0_23a9_fe60_c3fc_891e027ff985["renderAttrs()"]
  5bd4d7e0_23a9_fe60_c3fc_891e027ff985 -->|calls| dc8dc7b8_5ebc_4fba_c935_e9310909f8a2
  c0a57e9f_b0a8_fdde_5fe7_833b55b982bd["renderAttrs()"]
  c0a57e9f_b0a8_fdde_5fe7_833b55b982bd -->|calls| dc8dc7b8_5ebc_4fba_c935_e9310909f8a2
  style dc8dc7b8_5ebc_4fba_c935_e9310909f8a2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/server-renderer/src/util.ts lines 20–22

export const isSSRUnsafeAttr = (name: string): boolean => {
  return unsafeAttrCharRE.test(name)
}

Subdomains

Frequently Asked Questions

What does isSSRUnsafeAttr() do?
isSSRUnsafeAttr() is a function in the vue codebase, defined in packages/server-renderer/src/util.ts.
Where is isSSRUnsafeAttr() defined?
isSSRUnsafeAttr() is defined in packages/server-renderer/src/util.ts at line 20.
What calls isSSRUnsafeAttr()?
isSSRUnsafeAttr() is called by 2 function(s): renderAttrs, renderAttrs.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free