docs(zone.js): Update docs property to disable IntersectionObserver (#39429)

Update the property in this documentation to reflect the correct syntax for disabling IntersectionObserver

PR Close #39429
This commit is contained in:
Jack Reed 2020-10-26 10:39:46 -06:00 committed by Alex Rickabaugh
parent 58408d6a60
commit 9891d67e31
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Below is the full list of currently supported modules.
|blocking|alert/prompt/confirm will be patched as Zone.run|__Zone_disable_blocking = true|
|EventTarget|target.addEventListener will be patched as Zone aware EventTask|__Zone_disable_EventTarget = true|
|MutationObserver|MutationObserver will be patched as Zone aware operation|__Zone_disable_MutationObserver = true|
|IntersectionObserver|Intersection will be patched as Zone aware operation|__Zone_disable_Intersection = true|
|IntersectionObserver|Intersection will be patched as Zone aware operation|__Zone_disable_IntersectionObserver = true|
|FileReader|FileReader will be patched as Zone aware operation|__Zone_disable_FileReader = true|
|canvas|HTMLCanvasElement.toBlob will be patched as Zone aware operation|__Zone_disable_canvas = true|
|IE BrowserTools check|in IE, browser tool will not use zone patched eventListener|__Zone_disable_IE_check = true|