MCPcopy Create free account
hub / github.com/fb55/htmlparser2 / onprocessinginstruction

Method onprocessinginstruction

src/Parser.ts:251–251  ·  view source on GitHub ↗
(name: string, data: string)

Source from the content-addressed store, hash-verified

249 oncdataend(): void;
250 oncommentend(): void;
251 onprocessinginstruction(name: string, data: string): void;
252}
253
254const reNameEnd = /\s|\//;

Callers 2

ondeclarationMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected