On this page
requestFileSystemSync method
- @DomName('SharedWorkerGlobalScope.webkitRequestFileSystemSync')
- @DocsEditable()
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Experimental()
- @Experimental()
Source
@DomName('SharedWorkerGlobalScope.webkitRequestFileSystemSync')
@DocsEditable()
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
@Experimental()
@Experimental() // untriaged
_DOMFileSystemSync requestFileSystemSync(int type, int size) =>
_blink.BlinkSharedWorkerGlobalScope.instance
.webkitRequestFileSystemSync_Callback_2_(this, type, size);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SharedWorkerGlobalScope/requestFileSystemSync.html