IPWorks 2020 JavaScript Edition

Questions / Feedback?

OPMLHeader Event

Fired for each value in the Header section of the current OPML document.

Syntax

rss.on('OPMLHeader', listener: (e: {readonly field: string, readonly value: string}) => void )

Remarks

This event is fired when the class is parsing an OPML document after a call to ReadOPML is made. The class parses each header field and value from the OPML document and fires OPMLHeader once for each header present.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]