Skip to content

Commit c55f65d

Browse files
author
tjoskar
committed
📝 Add info about String.prototype.includes
1 parent 64b1456 commit c55f65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ About 150 loc and no dependencies (except for angular and rxjs of course)
1212
Demo: http://tjoskar.github.io/ng-lazyload-image/
1313

1414
### Requirement
15-
The browser you targeting need to have support of `WeakMap`. If you need to support an older browser (like IE or Safari) you will need to include polyfill for `WeakMap` (see https://github.com/zloirock/core-js for example).
15+
The browser you targeting need to have support of `WeakMap` and `String.prototype.includes`. If you need to support an older browser (like IE) you will need to include polyfill for `WeakMap` and `String.prototype.includes` (see https://github.com/zloirock/core-js for example).
1616

1717
### Installation
1818
```

0 commit comments

Comments
 (0)