Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
const
reNameEnd = /\s|\
//;
Callers
2
ondeclaration
Method · 0.65
onprocessinginstruction
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected