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:
parent
58408d6a60
commit
9891d67e31
|
@ -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|
|
|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|
|
|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|
|
|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|
|
|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|
|
|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|
|
|IE BrowserTools check|in IE, browser tool will not use zone patched eventListener|__Zone_disable_IE_check = true|
|
||||||
|
|
Loading…
Reference in New Issue