源码聚合搜索 - 壹搜网为您找到"

journeyapps/powersync-service

"相关结果 30条

ServiceWorkerRegistration: unregister() method

The unregister() method of the ServiceWorkerRegistration interface unregisters the service worker registration and returns a Promise. The promise will resolve to false if no registration was found, otherwise it resolves to true irrespective of whether unregistration happened or not (it may not unregister if someone else just called ServiceWorkerContainer.register() with the same scope.) The service worker will finish any ongoing operations before it is unregistered.
developer.mozilla.org

android - Google Play Services Activity Recognition - Battery use? - Stack Overflow

Share Improve this question editedDec 30 '13 at 13:27 pixel 21.5k3131 gold badges113113 silver badges200200 bronze badges askedJun 3 '13 at 15:52 Ni
stackoverflow.com

ServiceWorkerRegistration: update() method

The update() method of the ServiceWorkerRegistration interface attempts to update the service worker. It fetches the worker's script URL, and if the new worker is not byte-by-byte identical to the current worker, it installs the new worker. The fetch of the worker bypasses any browser caches if the previous fetch occurred over 24 hours ago.
developer.mozilla.org

Web Apps - List Sync Function Triggers - REST API (Azure App Service) | Microsoft Docs

您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问https://docs.azure.cn. Web Apps - List Sync Function Triggers Service: App Service AP
docs.microsoft.com

Service-Worker-Navigation-Preload header

The HTTP Service-Worker-Navigation-Preload request header indicates that the request was the result of a fetch() operation made during service worker navigation preloading. It allows a server to respond with a different resource than for a normal fetch().
developer.mozilla.org

WebAppsUpdateRelayServiceConnectionResponse type alias | Microsoft Docs

使用英语阅读 编辑 您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问https://docs.azure.cn. WebAppsUpdateRelayServiceConnectionResponse type Pac
docs.microsoft.com

ServiceWorkerContainer: message event

The message event is used in a page controlled by a service worker to receive messages from the service worker.
developer.mozilla.org

amazon web services - AppSync GraphQL mutation server logic in resolvers - Stack Overflow

AppSync GraphQL mutation server logic in resolvers Ask Question Asked2 years, 8 months ago Active1 year, 10 months ago Viewed863 times 8 I am having i
stackoverflow.com

ServiceWorkerRegistration: scope property

The scope read-only property of the ServiceWorkerRegistration interface returns a string representing a URL that defines a service worker's registration scope; that is, the range of URLs a service worker can control. This is set using the scope parameter specified in the call to ServiceWorkerContainer.register() which registered the service worker.
developer.mozilla.org