plugins icon indicating copy to clipboard operation
plugins copied to clipboard

bghttp was not found in '@nativescript/background-http'

Open mrwrighty opened this issue 4 years ago • 1 comments

Trying to set up background upload as per code on these pages and getting the following error:

export 'bghttp' (imported as 'bghttp') was not found in '@nativescript/background-http' (possible exports: session)

mrwrighty avatar Dec 16 '21 16:12 mrwrighty

This is how it used to work in my code:


import * as bghttp from "@nativescript/background-http";

LaKing avatar Dec 29 '21 01:12 LaKing