Skip to content

Commit

Permalink
Merge pull request #71 from kidonng/patch-1
Browse files Browse the repository at this point in the history
Remove a redundant line
  • Loading branch information
keithamus authored Nov 19, 2021
2 parents 1854426 + 313d997 commit aaac785
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ This indicates _when_ the contents should be fetched:
- `eager`: Fetches and load the content immediately, regardless of whether or not the `<include-fragment/>` is currently within the visible viewport (this is the default value).
- `lazy`: Defers fetching and loading the content until the `<include-fragment/>` tag reaches a calculated distance from the viewport. The intent is to avoid the network and storage bandwidth needed to handle the content until it's reasonably certain that it will be needed.

The

### Errors

If the URL fails to load, the `include-fragment` element is left in the page and tagged with an `is-error` CSS class that can be used for styling.
Expand Down

0 comments on commit aaac785

Please sign in to comment.