| OLD | NEW |
| 1 { | 1 { |
| 2 "dart.dom.html": { | 2 "dart.dom.html": { |
| 3 "AbstractWorker": { | 3 "AbstractWorker": { |
| 4 "members": { | 4 "members": { |
| 5 "errorEvent": [ | 5 "errorEvent": [ |
| 6 "/**", | 6 "/**", |
| 7 " * Static factory designed to expose `error` events to event", | 7 " * Static factory designed to expose `error` events to event", |
| 8 " * handlers that are not necessarily instances of [AbstractWorker].
", | 8 " * handlers that are not necessarily instances of [AbstractWorker].
", |
| 9 " *", | 9 " *", |
| 10 " * See [EventStreamProvider] for usage information.", | 10 " * See [EventStreamProvider] for usage information.", |
| (...skipping 3743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3754 "print": [ | 3754 "print": [ |
| 3755 "/**", | 3755 "/**", |
| 3756 " * Opens the print dialog for this window.", | 3756 " * Opens the print dialog for this window.", |
| 3757 " *", | 3757 " *", |
| 3758 " * ## Other resources", | 3758 " * ## Other resources", |
| 3759 " *", | 3759 " *", |
| 3760 " * * [Window.print]", | 3760 " * * [Window.print]", |
| 3761 " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.print)
from MDN.", | 3761 " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.print)
from MDN.", |
| 3762 " */" | 3762 " */" |
| 3763 ], | 3763 ], |
| 3764 "resizeBy": [ |
| 3765 "/**", |
| 3766 " * Resizes this window by an offset.", |
| 3767 " *", |
| 3768 " * ## Other resources", |
| 3769 " *", |
| 3770 " * * [Window resizeBy] (http://docs.webplatform.org/wiki/dom/method
s/resizeBy)", |
| 3771 " * from WebPlatform.org.", |
| 3772 " */" |
| 3773 ], |
| 3764 "resizeEvent": [ | 3774 "resizeEvent": [ |
| 3765 "/**", | 3775 "/**", |
| 3766 " * Static factory designed to expose `resize` events to event", | 3776 " * Static factory designed to expose `resize` events to event", |
| 3767 " * handlers that are not necessarily instances of [Window].", | 3777 " * handlers that are not necessarily instances of [Window].", |
| 3768 " *", | 3778 " *", |
| 3769 " * See [EventStreamProvider] for usage information.", | 3779 " * See [EventStreamProvider] for usage information.", |
| 3770 " */" | 3780 " */" |
| 3771 ], | 3781 ], |
| 3782 "resizeTo": [ |
| 3783 "/**", |
| 3784 " * Resizes this window to a specific width and height.", |
| 3785 " *", |
| 3786 " * ## Other resources", |
| 3787 " *", |
| 3788 " * * [Window resizeTo] (http://docs.webplatform.org/wiki/dom/method
s/resizeTo)", |
| 3789 " * from WebPlatform.org.", |
| 3790 " */" |
| 3791 ], |
| 3772 "screen": [ | 3792 "screen": [ |
| 3773 "/**", | 3793 "/**", |
| 3774 " * Information about the screen displaying this window.", | 3794 " * Information about the screen displaying this window.", |
| 3775 " *", | 3795 " *", |
| 3776 " * ## Other resources", | 3796 " * ## Other resources", |
| 3777 " *", | 3797 " *", |
| 3778 " * * [The Screen interface specification]", | 3798 " * * [The Screen interface specification]", |
| 3779 " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.", | 3799 " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.", |
| 3780 " */" | 3800 " */" |
| 3781 ], | 3801 ], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3813 "screenY": [ | 3833 "screenY": [ |
| 3814 "/**", | 3834 "/**", |
| 3815 " * The distance from the top of the screen to the mouse pointer.", | 3835 " * The distance from the top of the screen to the mouse pointer.", |
| 3816 " *", | 3836 " *", |
| 3817 " * ## Other resources", | 3837 " * ## Other resources", |
| 3818 " *", | 3838 " *", |
| 3819 " * * [The Screen interface specification]", | 3839 " * * [The Screen interface specification]", |
| 3820 " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.", | 3840 " * (http://www.w3.org/TR/cssom-view/#screen) from W3C.", |
| 3821 " */" | 3841 " */" |
| 3822 ], | 3842 ], |
| 3843 "scroll": [ |
| 3844 "/**", |
| 3845 " * Scrolls the page horizontally and vertically to a specific point
.", |
| 3846 " *", |
| 3847 " * This method is identical to [scrollTo].", |
| 3848 " *", |
| 3849 " * ## Other resources", |
| 3850 " *", |
| 3851 " * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/
scroll)", |
| 3852 " * from WebPlatform.org.", |
| 3853 " */" |
| 3854 ], |
| 3823 "scrollbars": [ | 3855 "scrollbars": [ |
| 3824 "/**", | 3856 "/**", |
| 3825 " * This window's scroll bars.", | 3857 " * This window's scroll bars.", |
| 3826 " *", | 3858 " *", |
| 3827 " * ## Other resources", | 3859 " * ## Other resources", |
| 3828 " *", | 3860 " *", |
| 3829 " * * [Browser interface elements]", | 3861 " * * [Browser interface elements]", |
| 3830 " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/bro
wsers.html#browser-interface-elements)", | 3862 " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/bro
wsers.html#browser-interface-elements)", |
| 3831 " * from WHATWG.", | 3863 " * from WHATWG.", |
| 3832 " */" | 3864 " */" |
| 3833 ], | 3865 ], |
| 3866 "scrollBy": [ |
| 3867 "/**", |
| 3868 " * Scrolls the page horizontally and vertically by an offset.", |
| 3869 " *", |
| 3870 " * ## Other resources", |
| 3871 " *", |
| 3872 " * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/method
s/scrollBy)", |
| 3873 " * from WebPlatform.org.", |
| 3874 " */" |
| 3875 ], |
| 3876 "scrollTo": [ |
| 3877 "/**", |
| 3878 " * Scrolls the page horizontally and vertically to a specific point
.", |
| 3879 " *", |
| 3880 " * This method is identical to [scroll].", |
| 3881 " *", |
| 3882 " * ## Other resources", |
| 3883 " *", |
| 3884 " * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/method
s/scrollTo)", |
| 3885 " * from WebPlatform.org.", |
| 3886 " */" |
| 3887 ], |
| 3834 "self": [ | 3888 "self": [ |
| 3835 "/**", | 3889 "/**", |
| 3836 " * The current window.", | 3890 " * The current window.", |
| 3837 " *", | 3891 " *", |
| 3838 " * ## Other resources", | 3892 " * ## Other resources", |
| 3839 " *", | 3893 " *", |
| 3840 " * * [Window.self]", | 3894 " * * [Window.self]", |
| 3841 " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.self) f
rom MDN.", | 3895 " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.self) f
rom MDN.", |
| 3842 " */" | 3896 " */" |
| 3843 ], | 3897 ], |
| 3844 "sessionStorage": [ | 3898 "sessionStorage": [ |
| 3845 "/**", | 3899 "/**", |
| 3846 " * Storage for this window that is cleared when this session ends."
, | 3900 " * Storage for this window that is cleared when this session ends."
, |
| 3847 " *", | 3901 " *", |
| 3848 " * ## Other resources", | 3902 " * ## Other resources", |
| 3849 " *", | 3903 " *", |
| 3850 " * * [DOM storage guide]", | 3904 " * * [DOM storage guide]", |
| 3851 " * (https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Stor
age) from", | 3905 " * (https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Stor
age) from", |
| 3852 " * MDN.", | 3906 " * MDN.", |
| 3853 " * * [The past, present & future of local storage for web applicati
ons]", | 3907 " * * [The past, present & future of local storage for web applicati
ons]", |
| 3854 " * (http://diveintohtml5.info/storage.html) from Dive Into HTML5.", | 3908 " * (http://diveintohtml5.info/storage.html) from Dive Into HTML5.", |
| 3855 " * * [Local storage specification]", | 3909 " * * [Local storage specification]", |
| 3856 " * (http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C."
, | 3910 " * (http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C."
, |
| 3857 " */" | 3911 " */" |
| 3858 ], | 3912 ], |
| 3913 "showModalDialog": [ |
| 3914 "/**", |
| 3915 " * Opens a new page as a modal dialog.", |
| 3916 " *", |
| 3917 " * ## Other resources", |
| 3918 " *", |
| 3919 " * * [Dialogs implemented using separate documents]", |
| 3920 " * (http://www.w3.org/html/wg/drafts/html/master/webappapis.html#di
alogs-implemented-using-separate-documents)", |
| 3921 " * from W3C.", |
| 3922 " */" |
| 3923 ], |
| 3859 "speechSynthesis": [ | 3924 "speechSynthesis": [ |
| 3860 "/**", | 3925 "/**", |
| 3861 " * Access to speech synthesis in the browser.", | 3926 " * Access to speech synthesis in the browser.", |
| 3862 " *", | 3927 " *", |
| 3863 " * ## Other resources", | 3928 " * ## Other resources", |
| 3864 " *", | 3929 " *", |
| 3865 " * * [Web speech specification]", | 3930 " * * [Web speech specification]", |
| 3866 " * (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#t
ts-section)", | 3931 " * (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#t
ts-section)", |
| 3867 " * from W3C.", | 3932 " * from W3C.", |
| 3868 " */" | 3933 " */" |
| 3869 ], | 3934 ], |
| 3870 "status": [ | 3935 "status": [ |
| 3871 "/// *Deprecated*." | 3936 "/// *Deprecated*." |
| 3872 ], | 3937 ], |
| 3873 "statusbar": [ | 3938 "statusbar": [ |
| 3874 "/**", | 3939 "/**", |
| 3875 " * This window's status bar.", | 3940 " * This window's status bar.", |
| 3876 " *", | 3941 " *", |
| 3877 " * ## Other resources", | 3942 " * ## Other resources", |
| 3878 " *", | 3943 " *", |
| 3879 " * * [Browser interface elements]", | 3944 " * * [Browser interface elements]", |
| 3880 " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/bro
wsers.html#browser-interface-elements)", | 3945 " * (http://www.whatwg.org/specs/web-apps/current-work/multipage/bro
wsers.html#browser-interface-elements)", |
| 3881 " * from WHATWG.", | 3946 " * from WHATWG.", |
| 3882 " */" | 3947 " */" |
| 3883 ], | 3948 ], |
| 3949 "stop": [ |
| 3950 "/**", |
| 3951 " * Stops the window from loading.", |
| 3952 " *", |
| 3953 " * ## Other resources", |
| 3954 " *", |
| 3955 " * * [The Window object]", |
| 3956 " * (http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-
window-object)", |
| 3957 " * from W3C.", |
| 3958 " */" |
| 3959 ], |
| 3884 "storageEvent": [ | 3960 "storageEvent": [ |
| 3885 "/**", | 3961 "/**", |
| 3886 " * Static factory designed to expose `storage` events to event", | 3962 " * Static factory designed to expose `storage` events to event", |
| 3887 " * handlers that are not necessarily instances of [Window].", | 3963 " * handlers that are not necessarily instances of [Window].", |
| 3888 " *", | 3964 " *", |
| 3889 " * See [EventStreamProvider] for usage information.", | 3965 " * See [EventStreamProvider] for usage information.", |
| 3890 " */" | 3966 " */" |
| 3891 ], | 3967 ], |
| 3892 "styleMedia": [ | 3968 "styleMedia": [ |
| 3893 "/**", | 3969 "/**", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3948 " */" | 4024 " */" |
| 3949 ], | 4025 ], |
| 3950 "webkitAnimationStartEvent": [ | 4026 "webkitAnimationStartEvent": [ |
| 3951 "/**", | 4027 "/**", |
| 3952 " * Static factory designed to expose `animationstart` events to eve
nt", | 4028 " * Static factory designed to expose `animationstart` events to eve
nt", |
| 3953 " * handlers that are not necessarily instances of [Window].", | 4029 " * handlers that are not necessarily instances of [Window].", |
| 3954 " *", | 4030 " *", |
| 3955 " * See [EventStreamProvider] for usage information.", | 4031 " * See [EventStreamProvider] for usage information.", |
| 3956 " */" | 4032 " */" |
| 3957 ], | 4033 ], |
| 4034 "webkitResolveLocalFileSystemURL": [ |
| 4035 "/**", |
| 4036 " * Asynchronously retrieves a local filesystem entry.", |
| 4037 " *", |
| 4038 " * ## Other resources", |
| 4039 " *", |
| 4040 " * * [Obtaining access to file system entry points]", |
| 4041 " * (http://www.w3.org/TR/file-system-api/#obtaining-access-to-file-
system-entry-points)", |
| 4042 " * from W3C.", |
| 4043 " */" |
| 4044 ], |
| 3958 "window": [ | 4045 "window": [ |
| 3959 "/**", | 4046 "/**", |
| 3960 " * The current window.", | 4047 " * The current window.", |
| 3961 " *", | 4048 " *", |
| 3962 " * ## Other resources", | 4049 " * ## Other resources", |
| 3963 " *", | 4050 " *", |
| 3964 " * * [Window.window]", | 4051 " * * [Window.window]", |
| 3965 " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.window)
from MDN.", | 4052 " * (https://developer.mozilla.org/en-US/docs/Web/API/Window.window)
from MDN.", |
| 3966 " */" | 4053 " */" |
| 3967 ] | 4054 ] |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5097 " *", | 5184 " *", |
| 5098 " * [oldVersion] should match the database's current [version] exact
ly.", | 5185 " * [oldVersion] should match the database's current [version] exact
ly.", |
| 5099 " *", | 5186 " *", |
| 5100 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 5187 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
| 5101 " */" | 5188 " */" |
| 5102 ] | 5189 ] |
| 5103 } | 5190 } |
| 5104 } | 5191 } |
| 5105 } | 5192 } |
| 5106 } | 5193 } |
| OLD | NEW |