Skip to content

Commit

Permalink
make a readme, put todo notes in it
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnvc committed Nov 4, 2018
1 parent 1d6ccfe commit b2116c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# bloom-plugin-service-worker

A Cordova plugin to add a fake ServiceWorker to WKWebView.

Requirements:
- Using cordova-plugin-ionic-webview & the associated GCDWebServer
- Have a preference set for RemoteServerUrl in config.xml that
indicates the backend server you want the requests to go to.

Still a work in progress

Notes: after implementing the integration with GCDWebServer, it seems like the postMessage immediately finishes & sends the message back, but the webview doesn't seem to actual recieve the message & keep going. Something going wrong at some point along the way now?
Did recently change how the request that gets handed to the fetch handler works, because the headers needs to be an actual Header object, not just a plain Object; did that break something?

0 comments on commit b2116c7

Please sign in to comment.