mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
feat(dev-tools): higlight overlay
This commit is contained in:
@ -65,6 +65,16 @@ export function setCSS(newCSS) {
|
||||
css = newCSS;
|
||||
}
|
||||
|
||||
let overlay;
|
||||
|
||||
export function getOverlay(): any {
|
||||
return overlay;
|
||||
}
|
||||
|
||||
export function setOverlay(newOverlay) {
|
||||
overlay = newOverlay;
|
||||
}
|
||||
|
||||
export namespace NetworkAgent {
|
||||
export interface Request {
|
||||
url: string;
|
||||
|
Reference in New Issue
Block a user