requestFileSystemSync method

  1. @DomName('DedicatedWorkerGlobalScope.webkitRequestFileSystemSync')
  2. @DocsEditable()
  3. @SupportedBrowser(SupportedBrowser.CHROME)
  4. @SupportedBrowser(SupportedBrowser.SAFARI)
  5. @Experimental()
  6. @Experimental()
_DOMFileSystemSync requestFileSystemSync(int type, int size)

Source

@DomName('DedicatedWorkerGlobalScope.webkitRequestFileSystemSync')
@DocsEditable()
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.SAFARI)
@Experimental()
@Experimental() // untriaged
_DOMFileSystemSync requestFileSystemSync(int type, int size) =>
    _blink.BlinkDedicatedWorkerGlobalScope.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/DedicatedWorkerGlobalScope/requestFileSystemSync.html