SongGuess
Preparing search index...
server/worker-configuration
HTMLRewriterDocumentContentHandlers
Interface HTMLRewriterDocumentContentHandlers
interface
HTMLRewriterDocumentContentHandlers
{
comments
?
(
comment
:
Comment
)
:
void
|
Promise
<
void
>
;
doctype
?
(
doctype
:
Doctype
)
:
void
|
Promise
<
void
>
;
end
?
(
end
:
DocumentEnd
)
:
void
|
Promise
<
void
>
;
text
?
(
text
:
Text
)
:
void
|
Promise
<
void
>
;
}
Index
Methods
comments?
doctype?
end?
text?
Methods
Optional
comments
comments
?
(
comment
:
Comment
)
:
void
|
Promise
<
void
>
Parameters
comment
:
Comment
Returns
void
|
Promise
<
void
>
Optional
doctype
doctype
?
(
doctype
:
Doctype
)
:
void
|
Promise
<
void
>
Parameters
doctype
:
Doctype
Returns
void
|
Promise
<
void
>
Optional
end
end
?
(
end
:
DocumentEnd
)
:
void
|
Promise
<
void
>
Parameters
end
:
DocumentEnd
Returns
void
|
Promise
<
void
>
Optional
text
text
?
(
text
:
Text
)
:
void
|
Promise
<
void
>
Parameters
text
:
Text
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
comments
doctype
end
text
SongGuess
Loading...