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

Lines changed: 2 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy