Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Feb 25, 2022
1 parent cb2e240 commit df25472
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Webster/WKWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public class WKWebViewDelegate: NSObject, WKNavigationDelegate {

on_complete(.failure(WKWebViewDelegateErrors.notImplemented))

// 10.16 -isms need more testing; not working as expected
// meaning methods don't fail but PDF files are not created

/*
if #available(OSX 10.16, *) {
Expand Down
3 changes: 3 additions & 0 deletions Sources/Webster/Webster.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ public class Webster {
NotificationCenter.default.post(name: Notification.Name("status"), object: Status.complete)
}

// 10.16 -isms need more testing; not working as expected
// meaning methods don't fail but PDF files are not created

/*
if #available(OSX 10.16, *) {
Expand Down

0 comments on commit df25472

Please sign in to comment.