pub unsafe static NSReadAccessURLDocumentOption: &'static NSAttributedStringDocumentReadingOptionKey
Available on crate feature
NSAttributedString
and crate feature objc2-app-kit
and macOS only.Expand description
Indicates which local files WebKit can access when loading content.
If NSReadAccessURLDocumentOption references a single file, only that file may be loaded by WebKit. If NSReadAccessURLDocumentOption references a directory, files inside that directory may be loaded by WebKit.
See also Appleās documentation