Commit ALL THE THINGS
Many updates to README.md, including significant formatting updates and internal linking.
Added actual support for the AbortSignal (internally).
Updated the removeExistingTurboVersion
method to hopefully have more consistent behavior with older versions.
Added additional checks, fixes, and optimizations.
Added type indicators to README.md
Added indicators for the type on each of the properties in README.md
Updated headings in README.md
Made all the wkof.turbo
headings a Heading 2 (i.e., ####) now, and removed their "code" markdown syntax from their names.
Updated blank lines in README.md
Made sure there is at least one blank line before and after a heading.
Updated indents in README.md
Made indents four spaces throughout for consistency
Updated some doc links in README.md. Updates to JSDoc info to match.
Added correct parameter types to the docs.
Fixed removeListener.
Had the findIndex call in the wrong method.
Moved removeListener
so that it's less confusing
Added remove_event_listeners
Can now more easily remove multiple event listeners with a single call.
Updated the docs with remove_event_listeners
Updated the example in README.md
Updated the example to match the object in version 4. Added some more detail and adjusted things to better illustrate how certain thing will and will not function.
Updated the README.md for compatibility.
Escaped underscores not in code segments/blocks, and substituted bars "|" in the table for the full-width version "|" so it does not break.