Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 43bb414

Browse files
committed
docs(angular.copy): fix list of unsupported types
1 parent 64c7c53 commit 43bb414

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Angular.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -812,10 +812,11 @@ function arrayRemove(array, value) {
812812
* `angular.copy`. Note that since this functions is used by the change detection code, this
813813
* means binding or watching objects of these types (or that include these types) might not work
814814
* correctly.
815-
* - [`ImageData`](https://developer.mozilla.org/docs/Web/API/File)
815+
* - [`File`](https://developer.mozilla.org/docs/Web/API/File)
816816
* - [`Map`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map)
817817
* - [`ImageData`](https://developer.mozilla.org/docs/Web/API/ImageData)
818818
* - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream)
819+
* - [`Set`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set)
819820
* - [`WeakMap`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WeakMap)
820821
* - ['getter'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)/
821822
* [`setter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set)`

0 commit comments

Comments
 (0)